#B4B485

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

Shades of Coriander #B4B485

Tints of Coriander #B4B485

Color information

#B4B485 (or 0xB4B485) is unknown color: approx Coriander. HEX triplet: B4, B4 and 85. RGB value is (180,180,133). Sum of RGB (Red+Green+Blue) = 180+180+133=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B485 is #4B4B7A. Grayscale: #AEAEAE. Windows color (decimal): -4934523 or 8762548. OLE color: 8762548.

HSL color Cylindrical-coordinate representation of color #B4B485: hue angle of 60º 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 #B4B485 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180180133-
CMYK000.260.29
HSL60º23.86%61.37%-
HSV(B)60º26.11%70.59%-
XYZ39.3844.0428.62-
YUV174.64104.5131.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=36.51%
G=36.51%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180133000.260.296023.8661.37
HexB4B485001A1D3c183d
Octal264264205003235743075
Binary10110100101101001000010100110101110111110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B485; }

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

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

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

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

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

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

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

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