#BBB482

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

Shades of Coriander #BBB482

Tints of Coriander #BBB482

Color information

#BBB482 (or 0xBBB482) is unknown color: approx Coriander. HEX triplet: BB, B4 and 82. RGB value is (187,180,130). Sum of RGB (Red+Green+Blue) = 187+180+130=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB482 is #444B7D. Grayscale: #B0B0B0. Windows color (decimal): -4475774 or 8565947. OLE color: 8565947.

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

Color convert

RGB187180130-
CMYK00.040.300.27
HSL52.63º29.53%62.16%-
HSV(B)52.63º30.48%73.33%-
XYZ40.8444.8227.62-
YUV176.39101.82135.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=37.63%
G=36.22%
B=26.16%

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
Decimal18718013000.040.300.2752.6329.5362.16
HexBBB482041E1B351e3e
Octal273264202043633653676
Binary1011101110110100100000100100111101101111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB482; }

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

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

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

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

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

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

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

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