#B8AC92

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

Shades of Bison Hide #B8AC92

Tints of Bison Hide #B8AC92

Color information

#B8AC92 (or 0xB8AC92) is unknown color: approx Bison Hide. HEX triplet: B8, AC and 92. RGB value is (184,172,146). Sum of RGB (Red+Green+Blue) = 184+172+146=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC92 is #47536D. Grayscale: #ACACAC. Windows color (decimal): -4674414 or 9612472. OLE color: 9612472.

HSL color Cylindrical-coordinate representation of color #B8AC92: hue angle of 41.05º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8AC92 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB184172146-
CMYK00.070.210.28
HSL41.05º21.11%64.71%-
HSV(B)41.05º20.65%72.16%-
XYZ39.7141.7733.16-
YUV172.62112.98136.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=36.65%
G=34.26%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417214600.070.210.2841.0521.1164.71
HexB8AC9207151C291541
Octal2702542220725345125101
Binary10111000101011001001001001111010111100101001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC92; }

 p { color: rgb(184,172,146); }

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

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

 a { background-color: rgb(184,172,146); }

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

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

 span { border-color: rgb(184,172,146); }

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