#B7B494

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

Shades of Coriander #B7B494

Tints of Coriander #B7B494

Color information

#B7B494 (or 0xB7B494) is unknown color: approx Coriander. HEX triplet: B7, B4 and 94. RGB value is (183,180,148). Sum of RGB (Red+Green+Blue) = 183+180+148=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B494 is #484B6B. Grayscale: #B1B1B1. Windows color (decimal): -4737900 or 9745591. OLE color: 9745591.

HSL color Cylindrical-coordinate representation of color #B7B494: hue angle of 54.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7B494 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB183180148-
CMYK00.020.190.28
HSL54.86º19.55%64.9%-
HSV(B)54.86º19.13%71.76%-
XYZ41.1944.8534.5-
YUV177.25111.49132.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.81%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=35.81%
G=35.23%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318014800.020.190.2854.8619.5564.9
HexB7B49402131C371441
Octal2672642240223346724101
Binary1011011110110100100101000101001111100110111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B494; }

 p { color: rgb(183,180,148); }

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

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

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

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

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

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

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