#BBB785

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

Shades of Coriander #BBB785

Tints of Coriander #BBB785

Color information

#BBB785 (or 0xBBB785) is unknown color: approx Coriander. HEX triplet: BB, B7 and 85. RGB value is (187,183,133). Sum of RGB (Red+Green+Blue) = 187+183+133=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB785 is #44487A. Grayscale: #B2B2B2. Windows color (decimal): -4475003 or 8763323. OLE color: 8763323.

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

Color convert

RGB187183133-
CMYK00.020.290.27
HSL55.56º28.42%62.75%-
HSV(B)55.56º28.88%73.33%-
XYZ41.6646.1328.9-
YUV178.5102.33134.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=37.18%
G=36.38%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718313300.020.290.2755.5628.4262.75
HexBBB785021D1B381c3f
Octal273267205023533703477
Binary101110111011011110000101010111011101111100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB785; }

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

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

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

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

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

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

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

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