#BAAD90

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

Shades of Bison Hide #BAAD90

Tints of Bison Hide #BAAD90

Color information

#BAAD90 (or 0xBAAD90) is unknown color: approx Bison Hide. HEX triplet: BA, AD and 90. RGB value is (186,173,144). Sum of RGB (Red+Green+Blue) = 186+173+144=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD90 is #45526F. Grayscale: #ADADAD. Windows color (decimal): -4543088 or 9481658. OLE color: 9481658.

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

Color convert

RGB186173144-
CMYK00.070.230.27
HSL41.43º23.33%64.71%-
HSV(B)41.43º22.58%72.94%-
XYZ40.2342.3432.44-
YUV173.58111.31136.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=36.98%
G=34.39%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617314400.070.230.2741.4323.3364.71
HexBAAD9007171B291741
Octal2722552200727335127101
Binary10111010101011011001000001111011111011101001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD90; }

 p { color: rgb(186,173,144); }

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

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

 a { background-color: rgb(186,173,144); }

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

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

 span { border-color: rgb(186,173,144); }

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