#B4B48A

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

Shades of Coriander #B4B48A

Tints of Coriander #B4B48A

Color information

#B4B48A (or 0xB4B48A) is unknown color: approx Coriander. HEX triplet: B4, B4 and 8A. RGB value is (180,180,138). Sum of RGB (Red+Green+Blue) = 180+180+138=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B48A is #4B4B75. Grayscale: #AFAFAF. Windows color (decimal): -4934518 or 9090228. OLE color: 9090228.

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

Color convert

RGB180180138-
CMYK000.230.29
HSL60º21.88%62.35%-
HSV(B)60º23.33%70.59%-
XYZ39.7344.1830.48-
YUV175.21107131.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=36.14%
G=36.14%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180138000.230.296021.8862.35
HexB4B48A00171D3c163e
Octal264264212002735742676
Binary10110100101101001000101000101111110111110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B48A; }

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

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

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

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

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

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

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

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