#B4A993

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

Shades of Bison Hide #B4A993

Tints of Bison Hide #B4A993

Color information

#B4A993 (or 0xB4A993) is unknown color: approx Bison Hide. HEX triplet: B4, A9 and 93. RGB value is (180,169,147). Sum of RGB (Red+Green+Blue) = 180+169+147=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A993 is #4B566C. Grayscale: #A9A9A9. Windows color (decimal): -4937325 or 9677236. OLE color: 9677236.

HSL color Cylindrical-coordinate representation of color #B4A993: hue angle of 40º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4A993 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180169147-
CMYK00.060.180.29
HSL40º18.03%64.12%-
HSV(B)40º18.33%70.59%-
XYZ38.2840.1933.34-
YUV169.78115.14135.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=36.29%
G=34.07%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016914700.060.180.294018.0364.12
HexB4A99306121D281240
Octal2642512230622355022100
Binary10110100101010011001001101101001011101101000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A993; }

 p { color: rgb(180,169,147); }

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

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

 a { background-color: rgb(180,169,147); }

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

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

 span { border-color: rgb(180,169,147); }

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