#B75F12

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

Shades of Tenne (Tawny) #B75F12

Tints of Tenne (Tawny) #B75F12

Color information

#B75F12 (or 0xB75F12) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5F and 12. RGB value is (183,95,18). Sum of RGB (Red+Green+Blue) = 183+95+18=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75F12 is #48A0ED. Grayscale: #707070. Windows color (decimal): -4759790 or 1204151. OLE color: 1204151.

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

Color convert

RGB1839518-
CMYK00.480.900.28
HSL28º82.09%39.41%-
HSV(B)28º90.16%71.76%-
XYZ23.7318.32.85-
YUV112.5374.65178.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=61.82%
G=32.09%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183951800.480.900.282882.0939.41
HexB75F120305A1C1c5227
Octal26713722060132343412247
Binary101101111011111100100110000101101011100111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F12; }

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

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

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

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

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

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

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

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