#B65602

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

Shades of Tenne (Tawny) #B65602

Tints of Tenne (Tawny) #B65602

Color information

#B65602 (or 0xB65602) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 56 and 02. RGB value is (182,86,2). Sum of RGB (Red+Green+Blue) = 182+86+2=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B65602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65602 is #49A9FD. Grayscale: #696969. Windows color (decimal): -4827646 or 153270. OLE color: 153270.

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

Color convert

RGB182862-
CMYK00.530.990.29
HSL28º97.83%36.08%-
HSV(B)28º98.9%71.37%-
XYZ22.6316.612.07-
YUV105.1369.8182.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.41%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=67.41%
G=31.85%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18286200.530.990.292897.8336.08
HexB6562035631D1c6224
Octal2661262065143353414244
Binary101101101010110100110101110001111101111001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65602; }

 p { color: rgb(182,86,2); }

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

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

 a { background-color: rgb(182,86,2); }

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

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

 span { border-color: rgb(182,86,2); }

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