#B95D0A

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

Shades of Tenne (Tawny) #B95D0A

Tints of Tenne (Tawny) #B95D0A

Color information

#B95D0A (or 0xB95D0A) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 5D and 0A. RGB value is (185,93,10). Sum of RGB (Red+Green+Blue) = 185+93+10=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95D0A is #46A2F5. Grayscale: #6F6F6F. Windows color (decimal): -4629238 or 679353. OLE color: 679353.

HSL color Cylindrical-coordinate representation of color #B95D0A: hue angle of 28.46º degrees, saturation: 0.9, 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 #B95D0A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1859310-
CMYK00.500.950.27
HSL28.46º89.74%38.24%-
HSV(B)28.46º94.59%72.55%-
XYZ23.9818.162.53-
YUV111.0570.98180.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.24%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=64.24%
G=32.29%
B=3.47%

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
Decimal185931000.500.950.2728.4689.7438.24
HexB95DA0325F1B1c5a26
Octal27113512062137333413246
Binary10111001101110110100110010101111111011111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D0A; }

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

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

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

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

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

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

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

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