#B4A48F

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

Shades of Bison Hide #B4A48F

Tints of Bison Hide #B4A48F

Color information

#B4A48F (or 0xB4A48F) is unknown color: approx Bison Hide. HEX triplet: B4, A4 and 8F. RGB value is (180,164,143). Sum of RGB (Red+Green+Blue) = 180+164+143=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A48F is #4B5B70. Grayscale: #A6A6A6. Windows color (decimal): -4938609 or 9413812. OLE color: 9413812.

HSL color Cylindrical-coordinate representation of color #B4A48F: hue angle of 34.05º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4A48F is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB180164143-
CMYK00.090.210.29
HSL34.05º19.79%63.33%-
HSV(B)34.05º20.56%70.59%-
XYZ37.0638.2431.41-
YUV166.39114.8137.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 143 (56.25% from 255) = 29.36%
R=36.96%
G=33.68%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016414300.090.210.2934.0519.7963.33
HexB4A48F09151D22143f
Octal2642442170112535422477
Binary10110100101001001000111101001101011110110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A48F; }

 p { color: rgb(180,164,143); }

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

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

 a { background-color: rgb(180,164,143); }

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

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

 span { border-color: rgb(180,164,143); }

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