#B65E03

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

Shades of Tenne (Tawny) #B65E03

Tints of Tenne (Tawny) #B65E03

Color information

#B65E03 (or 0xB65E03) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 5E and 03. RGB value is (182,94,3). Sum of RGB (Red+Green+Blue) = 182+94+3=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65E03 is #49A1FC. Grayscale: #6E6E6E. Windows color (decimal): -4825597 or 220854. OLE color: 220854.

HSL color Cylindrical-coordinate representation of color #B65E03: hue angle of 30.5º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B65E03 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB182943-
CMYK00.480.980.29
HSL30.5º96.76%36.27%-
HSV(B)30.5º98.35%71.37%-
XYZ23.3117.962.32-
YUV109.9467.65179.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.23%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=65.23%
G=33.69%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18294300.480.980.2930.596.7636.27
HexB65E3030621D1f6124
Octal2661363060142353714144
Binary101101101011110110110000110001011101111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E03; }

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

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

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

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

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

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

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

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