#B4B185

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

Shades of Coriander #B4B185

Tints of Coriander #B4B185

Color information

#B4B185 (or 0xB4B185) is unknown color: approx Coriander. HEX triplet: B4, B1 and 85. RGB value is (180,177,133). Sum of RGB (Red+Green+Blue) = 180+177+133=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B185 is #4B4E7A. Grayscale: #ADADAD. Windows color (decimal): -4935291 or 8761780. OLE color: 8761780.

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

Color convert

RGB180177133-
CMYK00.020.260.29
HSL56.17º23.86%61.37%-
HSV(B)56.17º26.11%70.59%-
XYZ38.7842.8428.42-
YUV172.88105.49133.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=36.73%
G=36.12%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017713300.020.260.2956.1723.8661.37
HexB4B185021A1D38183d
Octal264261205023235703075
Binary101101001011000110000101010110101110111100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B185; }

 p { color: rgb(180,177,133); }

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

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

 a { background-color: rgb(180,177,133); }

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

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

 span { border-color: rgb(180,177,133); }

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