#B6B58D

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

Shades of Coriander #B6B58D

Tints of Coriander #B6B58D

Color information

#B6B58D (or 0xB6B58D) is unknown color: approx Coriander. HEX triplet: B6, B5 and 8D. RGB value is (182,181,141). Sum of RGB (Red+Green+Blue) = 182+181+141=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B58D is #494A72. Grayscale: #B0B0B0. Windows color (decimal): -4803187 or 9287094. OLE color: 9287094.

HSL color Cylindrical-coordinate representation of color #B6B58D: hue angle of 58.54º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6B58D is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182181141-
CMYK00.010.230.29
HSL58.54º21.93%63.33%-
HSV(B)58.54º22.53%71.37%-
XYZ40.6244.9231.73-
YUV176.74107.83131.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=36.11%
G=35.91%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218114100.010.230.2958.5421.9363.33
HexB6B58D01171D3b163f
Octal266265215012735732677
Binary10110110101101011000110101101111110111101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B58D; }

 p { color: rgb(182,181,141); }

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

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

 a { background-color: rgb(182,181,141); }

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

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

 span { border-color: rgb(182,181,141); }

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