#B66005

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

Shades of Tenne (Tawny) #B66005

Tints of Tenne (Tawny) #B66005

Color information

#B66005 (or 0xB66005) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 60 and 05. RGB value is (182,96,5). Sum of RGB (Red+Green+Blue) = 182+96+5=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B66005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66005 is #499FFA. Grayscale: #6F6F6F. Windows color (decimal): -4825083 or 352438. OLE color: 352438.

HSL color Cylindrical-coordinate representation of color #B66005: hue angle of 30.85º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B66005 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB182965-
CMYK00.470.970.29
HSL30.85º94.65%36.67%-
HSV(B)30.85º97.25%71.37%-
XYZ23.518.322.44-
YUV111.3467.99178.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=64.31%
G=33.92%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18296500.470.970.2930.8594.6536.67
HexB660502F611D1f5f25
Octal2661405057141353713745
Binary1011011011000001010101111110000111101111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66005; }

 p { color: rgb(182,96,5); }

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

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

 a { background-color: rgb(182,96,5); }

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

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

 span { border-color: rgb(182,96,5); }

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