#B65300

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

Shades of Tenne (Tawny) #B65300

Tints of Tenne (Tawny) #B65300

Color information

#B65300 (or 0xB65300) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 53 and 00. RGB value is (182,83,0). Sum of RGB (Red+Green+Blue) = 182+83+0=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B65300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65300 is #49ACFF. Grayscale: #676767. Windows color (decimal): -4828416 or 21430. OLE color: 21430.

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

Color convert

RGB182830-
CMYK00.5410.29
HSL27.36º100%35.69%-
HSV(B)27.36º100%71.37%-
XYZ22.3816.131.93-
YUV103.1469.8184.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.68%
G=31.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18283000.5410.2927.3610035.69
HexB6530036641D1b6424
Octal2661230066144353314444
Binary10110110101001100110110110010011101110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65300; }

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

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

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

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

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

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

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

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