#B75A0F

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

Shades of Tenne (Tawny) #B75A0F

Tints of Tenne (Tawny) #B75A0F

Color information

#B75A0F (or 0xB75A0F) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5A and 0F. RGB value is (183,90,15). Sum of RGB (Red+Green+Blue) = 183+90+15=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75A0F is #48A5F0. Grayscale: #6D6D6D. Windows color (decimal): -4761073 or 1006263. OLE color: 1006263.

HSL color Cylindrical-coordinate representation of color #B75A0F: hue angle of 26.79º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B75A0F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB1839015-
CMYK00.510.920.28
HSL26.79º84.85%38.82%-
HSV(B)26.79º91.8%71.76%-
XYZ23.2717.412.59-
YUV109.2674.81180.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.54%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 15 (6.25% from 255) = 5.21%
R=63.54%
G=31.25%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183901500.510.920.2826.7984.8538.82
HexB75AF0335C1C1b5527
Octal26713217063134343312547
Binary10110111101101011110110011101110011100110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A0F; }

 p { color: rgb(183,90,15); }

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

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

 a { background-color: rgb(183,90,15); }

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

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

 span { border-color: rgb(183,90,15); }

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