#B6B58A

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

Shades of Coriander #B6B58A

Tints of Coriander #B6B58A

Color information

#B6B58A (or 0xB6B58A) is unknown color: approx Coriander. HEX triplet: B6, B5 and 8A. RGB value is (182,181,138). Sum of RGB (Red+Green+Blue) = 182+181+138=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B58A is #494A75. Grayscale: #B0B0B0. Windows color (decimal): -4803190 or 9090486. OLE color: 9090486.

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

Color convert

RGB182181138-
CMYK00.010.240.29
HSL58.64º23.16%62.75%-
HSV(B)58.64º24.18%71.37%-
XYZ40.444.8330.57-
YUV176.4106.33132-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=36.33%
G=36.13%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218113800.010.240.2958.6423.1662.75
HexB6B58A01181D3b173f
Octal266265212013035732777
Binary10110110101101011000101001110001110111101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B58A; }

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

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

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

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

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

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

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

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