#B5A78E

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

Shades of Bison Hide #B5A78E

Tints of Bison Hide #B5A78E

Color information

#B5A78E (or 0xB5A78E) is unknown color: approx Bison Hide. HEX triplet: B5, A7 and 8E. RGB value is (181,167,142). Sum of RGB (Red+Green+Blue) = 181+167+142=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A78E is #4A5871. Grayscale: #A8A8A8. Windows color (decimal): -4872306 or 9349045. OLE color: 9349045.

HSL color Cylindrical-coordinate representation of color #B5A78E: hue angle of 38.46º 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 #B5A78E is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181167142-
CMYK00.080.220.29
HSL38.46º20.86%63.33%-
HSV(B)38.46º21.55%70.98%-
XYZ37.7639.4131.21-
YUV168.34113.14137.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=36.94%
G=34.08%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116714200.080.220.2938.4620.8663.33
HexB5A78E08161D26153f
Octal2652472160102635462577
Binary10110101101001111000111001000101101110110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A78E; }

 p { color: rgb(181,167,142); }

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

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

 a { background-color: rgb(181,167,142); }

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

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

 span { border-color: rgb(181,167,142); }

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