#B65303

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

Shades of Tenne (Tawny) #B65303

Tints of Tenne (Tawny) #B65303

Color information

#B65303 (or 0xB65303) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 53 and 03. RGB value is (182,83,3). Sum of RGB (Red+Green+Blue) = 182+83+3=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B65303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65303 is #49ACFC. Grayscale: #676767. Windows color (decimal): -4828413 or 218038. OLE color: 218038.

HSL color Cylindrical-coordinate representation of color #B65303: hue angle of 26.82º 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 #B65303 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB182833-
CMYK00.540.980.29
HSL26.82º96.76%36.27%-
HSV(B)26.82º98.35%71.37%-
XYZ22.416.142.02-
YUV103.4871.3184-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.91%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=67.91%
G=30.97%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18283300.540.980.2926.8296.7636.27
HexB6533036621D1b6124
Octal2661233066142353314144
Binary101101101010011110110110110001011101110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65303; }

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

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

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

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

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

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

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

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