#B4B18A

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

Shades of Coriander #B4B18A

Tints of Coriander #B4B18A

Color information

#B4B18A (or 0xB4B18A) is unknown color: approx Coriander. HEX triplet: B4, B1 and 8A. RGB value is (180,177,138). Sum of RGB (Red+Green+Blue) = 180+177+138=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B18A is #4B4E75. Grayscale: #ADADAD. Windows color (decimal): -4935286 or 9089460. OLE color: 9089460.

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

Color convert

RGB180177138-
CMYK00.020.230.29
HSL55.71º21.88%62.35%-
HSV(B)55.71º23.33%70.59%-
XYZ39.1342.9830.28-
YUV173.45107.99132.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=36.36%
G=35.76%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017713800.020.230.2955.7121.8862.35
HexB4B18A02171D38163e
Octal264261212022735702676
Binary101101001011000110001010010101111110111100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B18A; }

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

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

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

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

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

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

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

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