#B4B58E

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

Shades of Coriander #B4B58E

Tints of Coriander #B4B58E

Color information

#B4B58E (or 0xB4B58E) is unknown color: approx Coriander. HEX triplet: B4, B5 and 8E. RGB value is (180,181,142). Sum of RGB (Red+Green+Blue) = 180+181+142=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B58E is #4B4A71. Grayscale: #B0B0B0. Windows color (decimal): -4934258 or 9352628. OLE color: 9352628.

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

Color convert

RGB180181142-
CMYK0.0100.220.29
HSL61.54º20.86%63.33%-
HSV(B)61.54º21.55%70.98%-
XYZ40.2344.732.1-
YUV176.26108.67130.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 181 (71.09% from 255) = 35.98%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=35.79%
G=35.98%
B=28.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801811420.0100.220.2961.5420.8663.33
HexB4B58E10161D3e153f
Octal264265216102635762577
Binary10110100101101011000111010101101110111111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B58E; }

 p { color: rgb(180,181,142); }

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

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

 a { background-color: rgb(180,181,142); }

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

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

 span { border-color: rgb(180,181,142); }

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