#B95304

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

Shades of Tenne (Tawny) #B95304

Tints of Tenne (Tawny) #B95304

Color information

#B95304 (or 0xB95304) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 53 and 04. RGB value is (185,83,4). Sum of RGB (Red+Green+Blue) = 185+83+4=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B95304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95304 is #46ACFB. Grayscale: #686868. Windows color (decimal): -4631804 or 283577. OLE color: 283577.

HSL color Cylindrical-coordinate representation of color #B95304: hue angle of 26.19º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B95304 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB185834-
CMYK00.550.980.27
HSL26.19º95.77%37.06%-
HSV(B)26.19º97.84%72.55%-
XYZ23.1216.512.08-
YUV104.4971.29185.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.01%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=68.01%
G=30.51%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18583400.550.980.2726.1995.7737.06
HexB9534037621B1a6025
Octal2711234067142333214045
Binary1011100110100111000110111110001011011110101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95304; }

 p { color: rgb(185,83,4); }

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

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

 a { background-color: rgb(185,83,4); }

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

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

 span { border-color: rgb(185,83,4); }

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