#B7B496

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

Shades of Coriander #B7B496

Tints of Coriander #B7B496

Color information

#B7B496 (or 0xB7B496) is unknown color: approx Coriander. HEX triplet: B7, B4 and 96. RGB value is (183,180,150). Sum of RGB (Red+Green+Blue) = 183+180+150=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B496 is #484B69. Grayscale: #B1B1B1. Windows color (decimal): -4737898 or 9876663. OLE color: 9876663.

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

Color convert

RGB183180150-
CMYK00.020.180.28
HSL54.55º18.64%65.29%-
HSV(B)54.55º18.03%71.76%-
XYZ41.3544.9135.34-
YUV177.48112.49131.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=35.67%
G=35.09%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318015000.020.180.2854.5518.6465.29
HexB7B49602121C371341
Octal2672642260222346723101
Binary1011011110110100100101100101001011100110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B496; }

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

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

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

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

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

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

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

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