#BCAF92

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

Shades of Bison Hide #BCAF92

Tints of Bison Hide #BCAF92

Color information

#BCAF92 (or 0xBCAF92) is unknown color: approx Bison Hide. HEX triplet: BC, AF and 92. RGB value is (188,175,146). Sum of RGB (Red+Green+Blue) = 188+175+146=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF92 is #43506D. Grayscale: #AFAFAF. Windows color (decimal): -4411502 or 9613244. OLE color: 9613244.

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

Color convert

RGB188175146-
CMYK00.070.220.26
HSL41.43º23.86%65.49%-
HSV(B)41.43º22.34%73.73%-
XYZ41.2643.4333.4-
YUV175.58111.31136.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=36.94%
G=34.38%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817514600.070.220.2641.4323.8665.49
HexBCAF9207161A291841
Octal2742572220726325130101
Binary10111100101011111001001001111011011010101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF92; }

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

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

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

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

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

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

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

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