#BAAE95

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

Shades of Bison Hide #BAAE95

Tints of Bison Hide #BAAE95

Color information

#BAAE95 (or 0xBAAE95) is unknown color: approx Bison Hide. HEX triplet: BA, AE and 95. RGB value is (186,174,149). Sum of RGB (Red+Green+Blue) = 186+174+149=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE95 is #45516A. Grayscale: #AEAEAE. Windows color (decimal): -4542827 or 9809594. OLE color: 9809594.

HSL color Cylindrical-coordinate representation of color #BAAE95: hue angle of 40.54º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAE95 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186174149-
CMYK00.060.200.27
HSL40.54º21.14%65.69%-
HSV(B)40.54º19.89%72.94%-
XYZ40.8142.8834.56-
YUV174.74113.48136.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=36.54%
G=34.18%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617414900.060.200.2740.5421.1465.69
HexBAAE9506141B291542
Octal2722562250624335125102
Binary10111010101011101001010101101010011011101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE95; }

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

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

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

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

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

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

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

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