#BBB580

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

Shades of Coriander #BBB580

Tints of Coriander #BBB580

Color information

#BBB580 (or 0xBBB580) is unknown color: approx Coriander. HEX triplet: BB, B5 and 80. RGB value is (187,181,128). Sum of RGB (Red+Green+Blue) = 187+181+128=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB580 is #444A7F. Grayscale: #B0B0B0. Windows color (decimal): -4475520 or 8435131. OLE color: 8435131.

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

Color convert

RGB187181128-
CMYK00.030.320.27
HSL53.9º30.26%61.76%-
HSV(B)53.9º31.55%73.33%-
XYZ40.9145.1726.98-
YUV176.75100.49135.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=37.70%
G=36.49%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718112800.030.320.2753.930.2661.76
HexBBB58003201B361e3e
Octal273265200034033663676
Binary1011101110110101100000000111000001101111011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB580; }

 p { color: rgb(187,181,128); }

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

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

 a { background-color: rgb(187,181,128); }

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

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

 span { border-color: rgb(187,181,128); }

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