#B5A792

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

Shades of Bison Hide #B5A792

Tints of Bison Hide #B5A792

Color information

#B5A792 (or 0xB5A792) is unknown color: approx Bison Hide. HEX triplet: B5, A7 and 92. RGB value is (181,167,146). Sum of RGB (Red+Green+Blue) = 181+167+146=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A792 is #4A586D. Grayscale: #A8A8A8. Windows color (decimal): -4872302 or 9611189. OLE color: 9611189.

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

Color convert

RGB181167146-
CMYK00.080.190.29
HSL36º19.13%64.12%-
HSV(B)36º19.34%70.98%-
XYZ38.0639.5432.82-
YUV168.79115.14136.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=36.64%
G=33.81%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116714600.080.190.293619.1364.12
HexB5A79208131D241340
Octal26524722201023354423100
Binary101101011010011110010010010001001111101100100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A792; }

 p { color: rgb(181,167,146); }

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

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

 a { background-color: rgb(181,167,146); }

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

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

 span { border-color: rgb(181,167,146); }

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