#B7600B

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

Shades of Tenne (Tawny) #B7600B

Tints of Tenne (Tawny) #B7600B

Color information

#B7600B (or 0xB7600B) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 60 and 0B. RGB value is (183,96,11). Sum of RGB (Red+Green+Blue) = 183+96+11=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B7600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7600B is #489FF4. Grayscale: #707070. Windows color (decimal): -4759541 or 745655. OLE color: 745655.

HSL color Cylindrical-coordinate representation of color #B7600B: hue angle of 29.65º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7600B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1839611-
CMYK00.480.940.28
HSL29.65º88.66%38.04%-
HSV(B)29.65º93.99%71.76%-
XYZ23.7718.462.63-
YUV112.3270.82178.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.10%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 11 (4.69% from 255) = 3.79%
R=63.10%
G=33.10%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183961100.480.940.2829.6588.6638.04
HexB760B0305E1C1e5926
Octal26714013060136343613146
Binary10110111110000010110110000101111011100111101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7600B; }

 p { color: rgb(183,96,11); }

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

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

 a { background-color: rgb(183,96,11); }

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

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

 span { border-color: rgb(183,96,11); }

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