#B56802

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

Shades of Tenne (Tawny) #B56802

Tints of Tenne (Tawny) #B56802

Color information

#B56802 (or 0xB56802) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 68 and 02. RGB value is (181,104,2). Sum of RGB (Red+Green+Blue) = 181+104+2=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B56802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56802 is #4A97FD. Grayscale: #737373. Windows color (decimal): -4888574 or 157877. OLE color: 157877.

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

Color convert

RGB1811042-
CMYK00.430.990.29
HSL34.19º97.81%35.88%-
HSV(B)34.19º98.9%70.98%-
XYZ24.0219.732.6-
YUV115.464.01174.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=63.07%
G=36.24%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181104200.430.990.2934.1997.8135.88
HexB568202B631D226224
Octal2651502053143354214244
Binary1011010111010001001010111100011111011000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56802; }

 p { color: rgb(181,104,2); }

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

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

 a { background-color: rgb(181,104,2); }

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

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

 span { border-color: rgb(181,104,2); }

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