#B3AC9B

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

Shades of Bison Hide #B3AC9B

Tints of Bison Hide #B3AC9B

Color information

#B3AC9B (or 0xB3AC9B) is unknown color: approx Bison Hide. HEX triplet: B3, AC and 9B. RGB value is (179,172,155). Sum of RGB (Red+Green+Blue) = 179+172+155=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AC9B is #4C5364. Grayscale: #ACACAC. Windows color (decimal): -5002085 or 10202291. OLE color: 10202291.

HSL color Cylindrical-coordinate representation of color #B3AC9B: hue angle of 42.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3AC9B is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179172155-
CMYK00.040.130.30
HSL42.5º13.64%65.49%-
HSV(B)42.5º13.41%70.2%-
XYZ39.2641.4636.94-
YUV172.16118.32132.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=35.38%
G=33.99%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917215500.040.130.3042.513.6465.49
HexB3AC9B04D1E2be41
Octal2632542330415365316101
Binary101100111010110010011011010011011111010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC9B; }

 p { color: rgb(179,172,155); }

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

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

 a { background-color: rgb(179,172,155); }

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

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

 span { border-color: rgb(179,172,155); }

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