#BBBA8D

Color #BBBA8D Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BBBA8D

Tints of Coriander #BBBA8D

Color information

#BBBA8D (or 0xBBBA8D) is unknown color: approx Coriander. HEX triplet: BB, BA and 8D. RGB value is (187,186,141). Sum of RGB (Red+Green+Blue) = 187+186+141=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA8D is #444572. Grayscale: #B5B5B5. Windows color (decimal): -4474227 or 9288379. OLE color: 9288379.

HSL color Cylindrical-coordinate representation of color #BBBA8D: hue angle of 58.7º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBBA8D is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187186141-
CMYK00.010.250.27
HSL58.7º25.27%64.31%-
HSV(B)58.7º24.6%73.33%-
XYZ42.8647.6132.13-
YUV181.17105.33132.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=36.38%
G=36.19%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718614100.010.250.2758.725.2764.31
HexBBBA8D01191B3b1940
Octal2732722150131337331100
Binary101110111011101010001101011100111011111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA8D; }

 p { color: rgb(187,186,141); }

 H1.HeaderClassName
 {
   color: #BBBA8D;
 }
 .AnyTagClassName
 {
   color: #BBBA8D;
 }
</style>
background-color css

<style>
 a { background-color: #BBBA8D; }

 a { background-color: rgb(187,186,141); }

 div.DivClassName
 {
   background-color: #BBBA8D;
 }
 .BgClassName
 {
   background-color: #BBBA8D;
 }
</style>
border-color css

<style>
 span { border-color: #BBBA8D; }

 span { border-color: rgb(187,186,141); }

 td.TdClassName
 {
   border-color: #BBBA8D;
 }
 .TagClassName
 {
   border-color: #BBBA8D;
 }
</style>