#B5AE92

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

Shades of Bison Hide #B5AE92

Tints of Bison Hide #B5AE92

Color information

#B5AE92 (or 0xB5AE92) is unknown color: approx Bison Hide. HEX triplet: B5, AE and 92. RGB value is (181,174,146). Sum of RGB (Red+Green+Blue) = 181+174+146=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE92 is #4A516D. Grayscale: #ADADAD. Windows color (decimal): -4870510 or 9612981. OLE color: 9612981.

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

Color convert

RGB181174146-
CMYK00.040.190.29
HSL48º19.13%64.12%-
HSV(B)48º19.34%70.98%-
XYZ39.3842.1733.26-
YUV172.9112.82133.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=36.13%
G=34.73%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117414600.040.190.294819.1364.12
HexB5AE9204131D301340
Octal2652562220423356023100
Binary10110101101011101001001001001001111101110000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE92; }

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

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

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

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

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

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

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

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