#B76205

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

Shades of Tenne (Tawny) #B76205

Tints of Tenne (Tawny) #B76205

Color information

#B76205 (or 0xB76205) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 62 and 05. RGB value is (183,98,5). Sum of RGB (Red+Green+Blue) = 183+98+5=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B76205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76205 is #489DFA. Grayscale: #717171. Windows color (decimal): -4759035 or 352951. OLE color: 352951.

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

Color convert

RGB183985-
CMYK00.460.970.28
HSL31.35º94.68%36.86%-
HSV(B)31.35º97.27%71.76%-
XYZ23.9218.812.51-
YUV112.8167.16178.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.99%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=63.99%
G=34.27%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18398500.460.970.2831.3594.6836.86
HexB762502E611C1f5f25
Octal2671425056141343713745
Binary1011011111000101010101110110000111100111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76205; }

 p { color: rgb(183,98,5); }

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

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

 a { background-color: rgb(183,98,5); }

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

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

 span { border-color: rgb(183,98,5); }

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