#BBB782

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

Shades of Coriander #BBB782

Tints of Coriander #BBB782

Color information

#BBB782 (or 0xBBB782) is unknown color: approx Coriander. HEX triplet: BB, B7 and 82. RGB value is (187,183,130). Sum of RGB (Red+Green+Blue) = 187+183+130=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB782 is #44487D. Grayscale: #B2B2B2. Windows color (decimal): -4475006 or 8566715. OLE color: 8566715.

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

Color convert

RGB187183130-
CMYK00.020.300.27
HSL55.79º29.53%62.16%-
HSV(B)55.79º30.48%73.33%-
XYZ41.4646.0427.82-
YUV178.15100.83134.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 130 (51.17% from 255) = 26%
R=37.4%
G=36.6%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718313000.020.300.2755.7929.5362.16
HexBBB782021E1B381e3e
Octal273267202023633703676
Binary101110111011011110000010010111101101111100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB782; }

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

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

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

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

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

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

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

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