#B95D11

Color #B95D11 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B95D11

Tints of Tenne (Tawny) #B95D11

Color information

#B95D11 (or 0xB95D11) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 5D and 11. RGB value is (185,93,17). Sum of RGB (Red+Green+Blue) = 185+93+17=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95D11 is #46A2EE. Grayscale: #707070. Windows color (decimal): -4629231 or 1138105. OLE color: 1138105.

HSL color Cylindrical-coordinate representation of color #B95D11: hue angle of 27.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B95D11 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1859317-
CMYK00.500.910.27
HSL27.14º83.17%39.61%-
HSV(B)27.14º90.81%72.55%-
XYZ24.0218.182.77-
YUV111.8474.48180.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 17 (7.03% from 255) = 5.76%
R=62.71%
G=31.53%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185931700.500.910.2727.1483.1739.61
HexB95D110325B1B1b5328
Octal27113521062133333312350
Binary101110011011101100010110010101101111011110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D11; }

 p { color: rgb(185,93,17); }

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

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

 a { background-color: rgb(185,93,17); }

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

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

 span { border-color: rgb(185,93,17); }

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