#BCAF91

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

Shades of Bison Hide #BCAF91

Tints of Bison Hide #BCAF91

Color information

#BCAF91 (or 0xBCAF91) is unknown color: approx Bison Hide. HEX triplet: BC, AF and 91. RGB value is (188,175,145). Sum of RGB (Red+Green+Blue) = 188+175+145=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF91 is #43506E. Grayscale: #AFAFAF. Windows color (decimal): -4411503 or 9547708. OLE color: 9547708.

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

Color convert

RGB188175145-
CMYK00.070.230.26
HSL41.86º24.29%65.29%-
HSV(B)41.86º22.87%73.73%-
XYZ41.1843.432.99-
YUV175.47110.81136.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=37.01%
G=34.45%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817514500.070.230.2641.8624.2965.29
HexBCAF9107171A2a1841
Octal2742572210727325230101
Binary10111100101011111001000101111011111010101010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF91; }

 p { color: rgb(188,175,145); }

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

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

 a { background-color: rgb(188,175,145); }

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

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

 span { border-color: rgb(188,175,145); }

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