#BBBB8D

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

Shades of Coriander #BBBB8D

Tints of Coriander #BBBB8D

Color information

#BBBB8D (or 0xBBBB8D) is unknown color: approx Coriander. HEX triplet: BB, BB and 8D. RGB value is (187,187,141). Sum of RGB (Red+Green+Blue) = 187+187+141=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB8D is #444472. Grayscale: #B5B5B5. Windows color (decimal): -4473971 or 9288635. OLE color: 9288635.

HSL color Cylindrical-coordinate representation of color #BBBB8D: hue angle of 60º 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 #BBBB8D is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187187141-
CMYK000.250.27
HSL60º25.27%64.31%-
HSV(B)60º24.6%73.33%-
XYZ43.0748.0332.2-
YUV181.76105131.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=36.31%
G=36.31%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187141000.250.276025.2764.31
HexBBBB8D00191B3c1940
Octal2732732150031337431100
Binary101110111011101110001101001100111011111100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB8D; }

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

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

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

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

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

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

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

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