#B2B48B

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

Shades of Coriander #B2B48B

Tints of Coriander #B2B48B

Color information

#B2B48B (or 0xB2B48B) is unknown color: approx Coriander. HEX triplet: B2, B4 and 8B. RGB value is (178,180,139). Sum of RGB (Red+Green+Blue) = 178+180+139=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B48B is #4D4B74. Grayscale: #AEAEAE. Windows color (decimal): -5065589 or 9155762. OLE color: 9155762.

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

Color convert

RGB178180139-
CMYK0.0100.230.29
HSL62.93º21.47%62.55%-
HSV(B)62.93º22.78%70.59%-
XYZ39.3443.9730.84-
YUV174.73107.84130.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 139 (54.69% from 255) = 27.97%
R=35.81%
G=36.22%
B=27.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801390.0100.230.2962.9321.4762.55
HexB2B48B10171D3f153f
Octal262264213102735772577
Binary10110010101101001000101110101111110111111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B48B; }

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

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

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

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

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

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

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

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