#B75E12

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

Shades of Tenne (Tawny) #B75E12

Tints of Tenne (Tawny) #B75E12

Color information

#B75E12 (or 0xB75E12) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5E and 12. RGB value is (183,94,18). Sum of RGB (Red+Green+Blue) = 183+94+18=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75E12 is #48A1ED. Grayscale: #707070. Windows color (decimal): -4760046 or 1203895. OLE color: 1203895.

HSL color Cylindrical-coordinate representation of color #B75E12: hue angle of 27.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B75E12 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1839418-
CMYK00.490.900.28
HSL27.64º82.09%39.41%-
HSV(B)27.64º90.16%71.76%-
XYZ23.6418.122.82-
YUV111.9574.99178.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 18 (7.42% from 255) = 6.10%
R=62.03%
G=31.86%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183941800.490.900.2827.6482.0939.41
HexB75E120315A1C1c5227
Octal26713622061132343412247
Binary101101111011110100100110001101101011100111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E12; }

 p { color: rgb(183,94,18); }

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

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

 a { background-color: rgb(183,94,18); }

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

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

 span { border-color: rgb(183,94,18); }

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