#B7B495

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

Shades of Coriander #B7B495

Tints of Coriander #B7B495

Color information

#B7B495 (or 0xB7B495) is unknown color: approx Coriander. HEX triplet: B7, B4 and 95. RGB value is (183,180,149). Sum of RGB (Red+Green+Blue) = 183+180+149=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B495 is #484B6A. Grayscale: #B1B1B1. Windows color (decimal): -4737899 or 9811127. OLE color: 9811127.

HSL color Cylindrical-coordinate representation of color #B7B495: hue angle of 54.71º degrees, saturation: 0.19, 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 #B7B495 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB183180149-
CMYK00.020.190.28
HSL54.71º19.1%65.1%-
HSV(B)54.71º18.58%71.76%-
XYZ41.2744.8834.92-
YUV177.36111.99132.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=35.74%
G=35.16%
B=29.10%

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
Decimal18318014900.020.190.2854.7119.165.1
HexB7B49502131C371341
Octal2672642250223346723101
Binary1011011110110100100101010101001111100110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B495; }

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

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

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

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

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

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

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

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