#BBB985

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

Shades of Coriander #BBB985

Tints of Coriander #BBB985

Color information

#BBB985 (or 0xBBB985) is unknown color: approx Coriander. HEX triplet: BB, B9 and 85. RGB value is (187,185,133). Sum of RGB (Red+Green+Blue) = 187+185+133=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB985 is #44467A. Grayscale: #B3B3B3. Windows color (decimal): -4474491 or 8763835. OLE color: 8763835.

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

Color convert

RGB187185133-
CMYK00.010.290.27
HSL57.78º28.42%62.75%-
HSV(B)57.78º28.88%73.33%-
XYZ42.0846.9629.04-
YUV179.67101.66133.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=37.03%
G=36.63%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718513300.010.290.2757.7828.4262.75
HexBBB985011D1B3a1c3f
Octal273271205013533723477
Binary10111011101110011000010101111011101111101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB985; }

 p { color: rgb(187,185,133); }

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

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

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

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

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

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

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