#B7B09C

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

Shades of Bison Hide #B7B09C

Tints of Bison Hide #B7B09C

Color information

#B7B09C (or 0xB7B09C) is unknown color: approx Bison Hide. HEX triplet: B7, B0 and 9C. RGB value is (183,176,156). Sum of RGB (Red+Green+Blue) = 183+176+156=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B09C is #484F63. Grayscale: #AFAFAF. Windows color (decimal): -4738916 or 10268855. OLE color: 10268855.

HSL color Cylindrical-coordinate representation of color #B7B09C: hue angle of 44.44º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7B09C is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB183176156-
CMYK00.040.150.28
HSL44.44º15.79%66.47%-
HSV(B)44.44º14.75%71.76%-
XYZ41.0543.5237.69-
YUV175.81116.82133.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=35.53%
G=34.17%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317615600.040.150.2844.4415.7966.47
HexB7B09C04F1C2c1042
Octal2672602340417345420102
Binary1011011110110000100111000100111111100101100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B09C; }

 p { color: rgb(183,176,156); }

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

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

 a { background-color: rgb(183,176,156); }

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

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

 span { border-color: rgb(183,176,156); }

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