#B2B48C

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

Shades of Coriander #B2B48C

Tints of Coriander #B2B48C

Color information

#B2B48C (or 0xB2B48C) is unknown color: approx Coriander. HEX triplet: B2, B4 and 8C. RGB value is (178,180,140). Sum of RGB (Red+Green+Blue) = 178+180+140=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B48C is #4D4B73. Grayscale: #AFAFAF. Windows color (decimal): -5065588 or 9221298. OLE color: 9221298.

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

Color convert

RGB178180140-
CMYK0.0100.220.29
HSL63º21.05%62.75%-
HSV(B)63º22.22%70.59%-
XYZ39.414431.23-
YUV174.84108.34130.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=35.74%
G=36.14%
B=28.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801400.0100.220.296321.0562.75
HexB2B48C10161D3f153f
Octal262264214102635772577
Binary10110010101101001000110010101101110111111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B48C; }

 p { color: rgb(178,180,140); }

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

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

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

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

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

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

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