#B7A88F

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

Shades of Bison Hide #B7A88F

Tints of Bison Hide #B7A88F

Color information

#B7A88F (or 0xB7A88F) is unknown color: approx Bison Hide. HEX triplet: B7, A8 and 8F. RGB value is (183,168,143). Sum of RGB (Red+Green+Blue) = 183+168+143=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A88F is #485770. Grayscale: #A9A9A9. Windows color (decimal): -4740977 or 9414839. OLE color: 9414839.

HSL color Cylindrical-coordinate representation of color #B7A88F: hue angle of 37.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7A88F is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183168143-
CMYK00.080.220.28
HSL37.5º21.74%63.92%-
HSV(B)37.5º21.86%71.76%-
XYZ38.4940.0631.69-
YUV169.64112.97137.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 168 (66.02% from 255) = 34.01%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=37.04%
G=34.01%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316814300.080.220.2837.521.7463.92
HexB7A88F08161C261640
Octal26725021701026344626100
Binary101101111010100010001111010001011011100100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A88F; }

 p { color: rgb(183,168,143); }

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

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

 a { background-color: rgb(183,168,143); }

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

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

 span { border-color: rgb(183,168,143); }

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