#BBB481

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

Shades of Coriander #BBB481

Tints of Coriander #BBB481

Color information

#BBB481 (or 0xBBB481) is unknown color: approx Coriander. HEX triplet: BB, B4 and 81. RGB value is (187,180,129). Sum of RGB (Red+Green+Blue) = 187+180+129=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB481 is #444B7E. Grayscale: #B0B0B0. Windows color (decimal): -4475775 or 8500411. OLE color: 8500411.

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

Color convert

RGB187180129-
CMYK00.040.310.27
HSL52.76º29.9%61.96%-
HSV(B)52.76º31.02%73.33%-
XYZ40.7844.7927.27-
YUV176.28101.32135.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=37.70%
G=36.29%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718012900.040.310.2752.7629.961.96
HexBBB481041F1B351e3e
Octal273264201043733653676
Binary1011101110110100100000010100111111101111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB481; }

 p { color: rgb(187,180,129); }

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

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

 a { background-color: rgb(187,180,129); }

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

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

 span { border-color: rgb(187,180,129); }

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