#BAAE92

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

Shades of Bison Hide #BAAE92

Tints of Bison Hide #BAAE92

Color information

#BAAE92 (or 0xBAAE92) is unknown color: approx Bison Hide. HEX triplet: BA, AE and 92. RGB value is (186,174,146). Sum of RGB (Red+Green+Blue) = 186+174+146=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE92 is #45516D. Grayscale: #AEAEAE. Windows color (decimal): -4542830 or 9612986. OLE color: 9612986.

HSL color Cylindrical-coordinate representation of color #BAAE92: hue angle of 42º degrees, saturation: 0.22, 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 #BAAE92 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186174146-
CMYK00.060.220.27
HSL42º22.47%65.1%-
HSV(B)42º21.51%72.94%-
XYZ40.5742.7933.31-
YUV174.4111.98136.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=36.76%
G=34.39%
B=28.85%

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
Decimal18617414600.060.220.274222.4765.1
HexBAAE9206161B2a1641
Octal2722562220626335226101
Binary10111010101011101001001001101011011011101010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE92; }

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

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

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

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

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

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

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

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