#B95E03

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

Shades of Tenne (Tawny) #B95E03

Tints of Tenne (Tawny) #B95E03

Color information

#B95E03 (or 0xB95E03) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 5E and 03. RGB value is (185,94,3). Sum of RGB (Red+Green+Blue) = 185+94+3=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95E03 is #46A1FC. Grayscale: #6F6F6F. Windows color (decimal): -4628989 or 220857. OLE color: 220857.

HSL color Cylindrical-coordinate representation of color #B95E03: hue angle of 30º degrees, saturation: 0.97, 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 #B95E03 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB185943-
CMYK00.490.980.27
HSL30º96.81%36.86%-
HSV(B)30º98.38%72.55%-
XYZ24.0318.332.36-
YUV110.8467.15180.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.60%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 1.06%
R=65.60%
G=33.33%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18594300.490.980.273096.8136.86
HexB95E3031621B1e6125
Octal2711363061142333614145
Binary101110011011110110110001110001011011111101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E03; }

 p { color: rgb(185,94,3); }

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

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

 a { background-color: rgb(185,94,3); }

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

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

 span { border-color: rgb(185,94,3); }

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