#B0A38F

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

Shades of Bison Hide #B0A38F

Tints of Bison Hide #B0A38F

Color information

#B0A38F (or 0xB0A38F) is unknown color: approx Bison Hide. HEX triplet: B0, A3 and 8F. RGB value is (176,163,143). Sum of RGB (Red+Green+Blue) = 176+163+143=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A38F is #4F5C70. Grayscale: #A4A4A4. Windows color (decimal): -5201009 or 9413552. OLE color: 9413552.

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

Color convert

RGB176163143-
CMYK00.070.190.31
HSL36.36º17.28%62.55%-
HSV(B)36.36º18.75%69.02%-
XYZ35.9637.4131.31-
YUV164.61115.81136.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=36.51%
G=33.82%
B=29.67%

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
Decimal17616314300.070.190.3136.3617.2862.55
HexB0A38F07131F24113f
Octal260243217072337442177
Binary1011000010100011100011110111100111111110010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A38F; }

 p { color: rgb(176,163,143); }

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

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

 a { background-color: rgb(176,163,143); }

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

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

 span { border-color: rgb(176,163,143); }

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