#BBB284

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

Shades of Coriander #BBB284

Tints of Coriander #BBB284

Color information

#BBB284 (or 0xBBB284) is unknown color: approx Coriander. HEX triplet: BB, B2 and 84. RGB value is (187,178,132). Sum of RGB (Red+Green+Blue) = 187+178+132=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB284 is #444D7B. Grayscale: #AFAFAF. Windows color (decimal): -4476284 or 8696507. OLE color: 8696507.

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

Color convert

RGB187178132-
CMYK00.050.290.27
HSL50.18º28.8%62.55%-
HSV(B)50.18º29.41%73.33%-
XYZ40.5844.0728.2-
YUV175.45103.48136.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=37.63%
G=35.81%
B=26.56%

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
Decimal18717813200.050.290.2750.1828.862.55
HexBBB284051D1B321d3f
Octal273262204053533623577
Binary1011101110110010100001000101111011101111001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB284; }

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

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

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

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

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

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

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

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