#BAAD8F

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

Shades of Bison Hide #BAAD8F

Tints of Bison Hide #BAAD8F

Color information

#BAAD8F (or 0xBAAD8F) is unknown color: approx Bison Hide. HEX triplet: BA, AD and 8F. RGB value is (186,173,143). Sum of RGB (Red+Green+Blue) = 186+173+143=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD8F is #455270. Grayscale: #ADADAD. Windows color (decimal): -4543089 or 9416122. OLE color: 9416122.

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

Color convert

RGB186173143-
CMYK00.070.230.27
HSL41.86º23.76%64.51%-
HSV(B)41.86º23.12%72.94%-
XYZ40.1542.3132.04-
YUV173.47110.81136.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=37.05%
G=34.46%
B=28.49%

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
Decimal18617314300.070.230.2741.8623.7664.51
HexBAAD8F07171B2a1841
Octal2722552170727335230101
Binary10111010101011011000111101111011111011101010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD8F; }

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

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

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

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

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

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

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

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