#BBB690

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

Shades of Coriander #BBB690

Tints of Coriander #BBB690

Color information

#BBB690 (or 0xBBB690) is unknown color: approx Coriander. HEX triplet: BB, B6 and 90. RGB value is (187,182,144). Sum of RGB (Red+Green+Blue) = 187+182+144=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB690 is #44496F. Grayscale: #B3B3B3. Windows color (decimal): -4475248 or 9483963. OLE color: 9483963.

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

Color convert

RGB187182144-
CMYK00.030.230.27
HSL53.02º24.02%64.9%-
HSV(B)53.02º22.99%73.33%-
XYZ42.2646.0333.04-
YUV179.16108.16133.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=36.45%
G=35.48%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718214400.030.230.2753.0224.0264.9
HexBBB69003171B351841
Octal2732662200327336530101
Binary1011101110110110100100000111011111011110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB690; }

 p { color: rgb(187,182,144); }

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

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

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

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

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

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

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