#BBB682

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

Shades of Coriander #BBB682

Tints of Coriander #BBB682

Color information

#BBB682 (or 0xBBB682) is unknown color: approx Coriander. HEX triplet: BB, B6 and 82. RGB value is (187,182,130). Sum of RGB (Red+Green+Blue) = 187+182+130=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB682 is #44497D. Grayscale: #B1B1B1. Windows color (decimal): -4475262 or 8566459. OLE color: 8566459.

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

Color convert

RGB187182130-
CMYK00.030.300.27
HSL54.74º29.53%62.16%-
HSV(B)54.74º30.48%73.33%-
XYZ41.2545.6327.75-
YUV177.57101.16134.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=37.47%
G=36.47%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718213000.030.300.2754.7429.5362.16
HexBBB682031E1B371e3e
Octal273266202033633673676
Binary101110111011011010000010011111101101111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB682; }

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

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

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

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

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

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

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

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