COLOR #BBA298

HEX: #BBA298
RGB: (187,162,152)

Color info

#BBA298 contains red, green and blue colors in about the same proportion. Web safe color of #BBA298 is #CC9999 (or #C99).

RGB color model

#BBA298 color RGB value is (187,162,152).

  • red value is 187;
  • green value is 162;
  • blue value is 152.
RGB:
(187,162,152)
(73%,64%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 162 of 255 = 64%
B 152 of 255 = 60%

187
162
152

R + G + B ~ 66%. #BBA298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 162 + 152 = 501 (100%)
R 187 of 501 ~ 37.33%
G 162 of 501 ~ 32.34%
B 152 of 501 ~ 30.34%

%37.33
%32.34
%30.34

CMYK color model

#BBA298 color CMYK value is (0,13,19,27).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK:
(0,13,19,27)
C0M13Y19K27 
(0%,13%,19%,27%)
(0.00/0.13/0.19/0.27)	

CMYK percentages

%0
%13.37
%18.72
%26.67

Codes

Color #BBA298 in popluar color models

BBA298
RGB187162152
HSL17°20.47%66.47%
HSB/HSV17°18.72%73.33%
CMYK0.00%13.37%18.72%
26.67%

Color #BBA298 in popluar number systems.

HEXBBA298
Decimal187162152
Binary101110111010001010011000
Octal273242230

Shades and tints

Shades of #BBA298

#BBA298
(187,162,152)
#AA948B
(170,148,139)
#99867E
(153,134,126)
#887871
(136,120,113)
#776A64
(119,106,100)
#665C57
(102,92,87)
#554E4A
(85,78,74)
#44403D
(68,64,61)
#333230
(51,50,48)
#222423
(34,36,35)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #BBA298

#BBA298
(187,162,152)
#C1AAA1
(193,170,161)
#C7B2AA
(199,178,170)
#CDBAB3
(205,186,179)
#D3C2BC
(211,194,188)
#D9CAC5
(217,202,197)
#DFD2CE
(223,210,206)
#E5DAD7
(229,218,215)
#EBE2E0
(235,226,224)
#F1EAE9
(241,234,233)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA298 color. Also use rgb(187,162,152) instead hex code.

Text Font Color

.myTextColor { color: #BBA298; }

<p style="color:#BBA298">This sample text font color is #BBA298.</p>

This text font color is #BBA298.


Background Color

.myBgColor { background-color: #BBA298; }

<div style="background-color:#BBA298">Inner text</div>

This div background color is #BBA298.


Border color

.myBorderColor { border: 1px solid #BBA298; }

<div style="border:3px solid #BBA298">Div</div>

This div border color is #BBA298.


Opacity

.myOpacity80 { color: #BBA298; opacity: 0.8; }

<p style="color:#BBA298;opacity:0.8;">80%</p>

Text with #BBA298 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBA298;}

<p style="text-shadow: 3px 3px 1px #BBA298">Text here.</p>

This text has shadow with #BBA298 color.

.textShadow {text-shadow: 3px 3px 1px #BBA298, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBA298, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBA298 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBA298, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBA298, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBA298 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBA298;
  -webkit-box-shadow:	1px 1px 3px 2px #BBA298;
  box-shadow:		1px 1px 3px 2px #BBA298;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBA298;
-webkit-box-shadow: 1px 1px 3px 2px #BBA298;
box-shadow:1px 1px 3px 2px #BBA298;">
Div content here</div>
This div box has shadow with color #BBA298.

Preview

Color preview on black background

This text has color #BBA298 on black background.


Color preview on white background

This text has color #BBA298 on white background.



Black color preview on #BBA298 background

This text has black color on #BBA298 background.


White color preview on #BBA298 background

This text has white color on #BBA298 background.