#B56300

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

Shades of Tenne (Tawny) #B56300

Tints of Tenne (Tawny) #B56300

Color information

#B56300 (or 0xB56300) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 63 and 00. RGB value is (181,99,0). Sum of RGB (Red+Green+Blue) = 181+99+0=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B56300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56300 is #4A9CFF. Grayscale: #707070. Windows color (decimal): -4889856 or 25525. OLE color: 25525.

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

Color convert

RGB181990-
CMYK00.4510.29
HSL32.82º100%35.49%-
HSV(B)32.82º100%70.98%-
XYZ23.5218.752.38-
YUV112.2364.67177.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.64%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.64%
G=35.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18199000.4510.2932.8210035.49
HexB563002D641D216423
Octal2651430055144354114443
Binary101101011100011001011011100100111011000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56300; }

 p { color: rgb(181,99,0); }

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

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

 a { background-color: rgb(181,99,0); }

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

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

 span { border-color: rgb(181,99,0); }

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