#B5AC95

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

Shades of Bison Hide #B5AC95

Tints of Bison Hide #B5AC95

Color information

#B5AC95 (or 0xB5AC95) is unknown color: approx Bison Hide. HEX triplet: B5, AC and 95. RGB value is (181,172,149). Sum of RGB (Red+Green+Blue) = 181+172+149=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC95 is #4A536A. Grayscale: #ACACAC. Windows color (decimal): -4871019 or 9809077. OLE color: 9809077.

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

Color convert

RGB181172149-
CMYK00.050.180.29
HSL43.13º17.78%64.71%-
HSV(B)43.13º17.68%70.98%-
XYZ39.2341.534.38-
YUV172.07114.98134.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=36.06%
G=34.26%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117214900.050.180.2943.1317.7864.71
HexB5AC9505121D2b1241
Octal2652542250522355322101
Binary10110101101011001001010101011001011101101011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC95; }

 p { color: rgb(181,172,149); }

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

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

 a { background-color: rgb(181,172,149); }

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

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

 span { border-color: rgb(181,172,149); }

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