#BBBB8A

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

Shades of Coriander #BBBB8A

Tints of Coriander #BBBB8A

Color information

#BBBB8A (or 0xBBBB8A) is unknown color: approx Coriander. HEX triplet: BB, BB and 8A. RGB value is (187,187,138). Sum of RGB (Red+Green+Blue) = 187+187+138=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB8A is #444475. Grayscale: #B5B5B5. Windows color (decimal): -4473974 or 9092027. OLE color: 9092027.

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

Color convert

RGB187187138-
CMYK000.260.27
HSL60º26.49%63.73%-
HSV(B)60º26.2%73.33%-
XYZ42.8547.9431.04-
YUV181.41103.5131.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=36.52%
G=36.52%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187138000.260.276026.4963.73
HexBBBB8A001A1B3c1a40
Octal2732732120032337432100
Binary101110111011101110001010001101011011111100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB8A; }

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

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

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

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

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

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

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

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