#BBB382

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

Shades of Coriander #BBB382

Tints of Coriander #BBB382

Color information

#BBB382 (or 0xBBB382) is unknown color: approx Coriander. HEX triplet: BB, B3 and 82. RGB value is (187,179,130). Sum of RGB (Red+Green+Blue) = 187+179+130=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB382 is #444C7D. Grayscale: #B0B0B0. Windows color (decimal): -4476030 or 8565691. OLE color: 8565691.

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

Color convert

RGB187179130-
CMYK00.040.300.27
HSL51.58º29.53%62.16%-
HSV(B)51.58º30.48%73.33%-
XYZ40.6444.4227.55-
YUV175.81102.15135.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=37.70%
G=36.09%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717913000.040.300.2751.5829.5362.16
HexBBB382041E1B341e3e
Octal273263202043633643676
Binary1011101110110011100000100100111101101111010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB382; }

 p { color: rgb(187,179,130); }

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

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

 a { background-color: rgb(187,179,130); }

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

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

 span { border-color: rgb(187,179,130); }

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