#B85403

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

Shades of Tenne (Tawny) #B85403

Tints of Tenne (Tawny) #B85403

Color information

#B85403 (or 0xB85403) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 54 and 03. RGB value is (184,84,3). Sum of RGB (Red+Green+Blue) = 184+84+3=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B85403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85403 is #47ABFC. Grayscale: #696969. Windows color (decimal): -4697085 or 218296. OLE color: 218296.

HSL color Cylindrical-coordinate representation of color #B85403: hue angle of 26.85º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B85403 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB184843-
CMYK00.540.980.28
HSL26.85º96.79%36.67%-
HSV(B)26.85º98.37%72.16%-
XYZ22.9516.542.07-
YUV104.6770.63184.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.90%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=67.90%
G=31.00%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18484300.540.980.2826.8596.7936.67
HexB8543036621C1b6125
Octal2701243066142343314145
Binary101110001010100110110110110001011100110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85403; }

 p { color: rgb(184,84,3); }

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

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

 a { background-color: rgb(184,84,3); }

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

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

 span { border-color: rgb(184,84,3); }

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