#B0A48E

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

Shades of Bison Hide #B0A48E

Tints of Bison Hide #B0A48E

Color information

#B0A48E (or 0xB0A48E) is unknown color: approx Bison Hide. HEX triplet: B0, A4 and 8E. RGB value is (176,164,142). Sum of RGB (Red+Green+Blue) = 176+164+142=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A48E is #4F5B71. Grayscale: #A5A5A5. Windows color (decimal): -5200754 or 9348272. OLE color: 9348272.

HSL color Cylindrical-coordinate representation of color #B0A48E: hue angle of 38.82º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0A48E is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176164142-
CMYK00.070.190.31
HSL38.82º17.71%62.35%-
HSV(B)38.82º19.32%69.02%-
XYZ36.0637.7330.97-
YUV165.08114.98135.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=36.51%
G=34.02%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616414200.070.190.3138.8217.7162.35
HexB0A48E07131F27123e
Octal260244216072337472276
Binary1011000010100100100011100111100111111110011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A48E; }

 p { color: rgb(176,164,142); }

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

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

 a { background-color: rgb(176,164,142); }

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

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

 span { border-color: rgb(176,164,142); }

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