#B4A88D

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

Shades of Bison Hide #B4A88D

Tints of Bison Hide #B4A88D

Color information

#B4A88D (or 0xB4A88D) is unknown color: approx Bison Hide. HEX triplet: B4, A8 and 8D. RGB value is (180,168,141). Sum of RGB (Red+Green+Blue) = 180+168+141=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A88D is #4B5772. Grayscale: #A8A8A8. Windows color (decimal): -4937587 or 9283764. OLE color: 9283764.

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

Color convert

RGB180168141-
CMYK00.070.220.29
HSL41.54º20.63%62.94%-
HSV(B)41.54º21.67%70.59%-
XYZ37.6339.6330.87-
YUV168.51112.48136.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 168 (66.02% from 255) = 34.36%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=36.81%
G=34.36%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016814100.070.220.2941.5420.6362.94
HexB4A88D07161D2a153f
Octal264250215072635522577
Binary1011010010101000100011010111101101110110101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A88D; }

 p { color: rgb(180,168,141); }

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

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

 a { background-color: rgb(180,168,141); }

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

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

 span { border-color: rgb(180,168,141); }

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