#B4A892

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

Shades of Bison Hide #B4A892

Tints of Bison Hide #B4A892

Color information

#B4A892 (or 0xB4A892) is unknown color: approx Bison Hide. HEX triplet: B4, A8 and 92. RGB value is (180,168,146). Sum of RGB (Red+Green+Blue) = 180+168+146=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A892 is #4B576D. Grayscale: #A9A9A9. Windows color (decimal): -4937582 or 9611444. OLE color: 9611444.

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

Color convert

RGB180168146-
CMYK00.070.190.29
HSL38.82º18.48%63.92%-
HSV(B)38.82º18.89%70.59%-
XYZ38.0139.7832.87-
YUV169.08114.98135.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 168 (66.02% from 255) = 34.01%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=36.44%
G=34.01%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016814600.070.190.2938.8218.4863.92
HexB4A89207131D271240
Octal2642502220723354722100
Binary10110100101010001001001001111001111101100111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A892; }

 p { color: rgb(180,168,146); }

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

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

 a { background-color: rgb(180,168,146); }

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

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

 span { border-color: rgb(180,168,146); }

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