#BBB285

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

Shades of Coriander #BBB285

Tints of Coriander #BBB285

Color information

#BBB285 (or 0xBBB285) is unknown color: approx Coriander. HEX triplet: BB, B2 and 85. RGB value is (187,178,133). Sum of RGB (Red+Green+Blue) = 187+178+133=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB285 is #444D7A. Grayscale: #AFAFAF. Windows color (decimal): -4476283 or 8762043. OLE color: 8762043.

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

Color convert

RGB187178133-
CMYK00.050.290.27
HSL50º28.42%62.75%-
HSV(B)50º28.88%73.33%-
XYZ40.6544.128.56-
YUV175.56103.98136.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=37.55%
G=35.74%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717813300.050.290.275028.4262.75
HexBBB285051D1B321c3f
Octal273262205053533623477
Binary1011101110110010100001010101111011101111001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB285; }

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

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

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

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

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

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

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

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