#BAAE91

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

Shades of Bison Hide #BAAE91

Tints of Bison Hide #BAAE91

Color information

#BAAE91 (or 0xBAAE91) is unknown color: approx Bison Hide. HEX triplet: BA, AE and 91. RGB value is (186,174,145). Sum of RGB (Red+Green+Blue) = 186+174+145=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE91 is #45516E. Grayscale: #AEAEAE. Windows color (decimal): -4542831 or 9547450. OLE color: 9547450.

HSL color Cylindrical-coordinate representation of color #BAAE91: hue angle of 42.44º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAAE91 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186174145-
CMYK00.060.220.27
HSL42.44º22.91%64.9%-
HSV(B)42.44º22.04%72.94%-
XYZ40.542.7632.91-
YUV174.28111.48136.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 145 (57.03% from 255) = 28.71%
R=36.83%
G=34.46%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617414500.060.220.2742.4422.9164.9
HexBAAE9106161B2a1741
Octal2722562210626335227101
Binary10111010101011101001000101101011011011101010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE91; }

 p { color: rgb(186,174,145); }

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

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

 a { background-color: rgb(186,174,145); }

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

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

 span { border-color: rgb(186,174,145); }

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