#B95D09

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

Shades of Tenne (Tawny) #B95D09

Tints of Tenne (Tawny) #B95D09

Color information

#B95D09 (or 0xB95D09) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 5D and 09. RGB value is (185,93,9). Sum of RGB (Red+Green+Blue) = 185+93+9=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95D09 is #46A2F6. Grayscale: #6F6F6F. Windows color (decimal): -4629239 or 613817. OLE color: 613817.

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

Color convert

RGB185939-
CMYK00.500.950.27
HSL28.64º90.72%38.04%-
HSV(B)28.64º95.14%72.55%-
XYZ23.9718.162.5-
YUV110.9370.48180.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.46%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 9 (3.91% from 255) = 3.14%
R=64.46%
G=32.40%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18593900.500.950.2728.6490.7238.04
HexB95D90325F1B1d5b26
Octal27113511062137333513346
Binary10111001101110110010110010101111111011111011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D09; }

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

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

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

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

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

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

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

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