#B5AC94

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

Shades of Bison Hide #B5AC94

Tints of Bison Hide #B5AC94

Color information

#B5AC94 (or 0xB5AC94) is unknown color: approx Bison Hide. HEX triplet: B5, AC and 94. RGB value is (181,172,148). Sum of RGB (Red+Green+Blue) = 181+172+148=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC94 is #4A536B. Grayscale: #ACACAC. Windows color (decimal): -4871020 or 9743541. OLE color: 9743541.

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

Color convert

RGB181172148-
CMYK00.050.180.29
HSL43.64º18.23%64.51%-
HSV(B)43.64º18.23%70.98%-
XYZ39.1541.4733.96-
YUV171.96114.48134.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=36.13%
G=34.33%
B=29.54%

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
Decimal18117214800.050.180.2943.6418.2364.51
HexB5AC9405121D2c1241
Octal2652542240522355422101
Binary10110101101011001001010001011001011101101100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC94; }

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

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

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

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

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

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

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

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