#B4B48D

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

Shades of Coriander #B4B48D

Tints of Coriander #B4B48D

Color information

#B4B48D (or 0xB4B48D) is unknown color: approx Coriander. HEX triplet: B4, B4 and 8D. RGB value is (180,180,141). Sum of RGB (Red+Green+Blue) = 180+180+141=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B48D is #4B4B72. Grayscale: #AFAFAF. Windows color (decimal): -4934515 or 9286836. OLE color: 9286836.

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

Color convert

RGB180180141-
CMYK000.220.29
HSL60º20.63%62.94%-
HSV(B)60º21.67%70.59%-
XYZ39.9544.2731.64-
YUV175.55108.5131.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 141 (55.47% from 255) = 28.14%
R=35.93%
G=35.93%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180141000.220.296020.6362.94
HexB4B48D00161D3c153f
Octal264264215002635742577
Binary10110100101101001000110100101101110111110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B48D; }

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

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

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

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

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

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

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

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