#B75A05

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

Shades of Tenne (Tawny) #B75A05

Tints of Tenne (Tawny) #B75A05

Color information

#B75A05 (or 0xB75A05) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5A and 05. RGB value is (183,90,5). Sum of RGB (Red+Green+Blue) = 183+90+5=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75A05 is #48A5FA. Grayscale: #6C6C6C. Windows color (decimal): -4761083 or 350903. OLE color: 350903.

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

Color convert

RGB183905-
CMYK00.510.970.28
HSL28.65º94.68%36.86%-
HSV(B)28.65º97.27%71.76%-
XYZ23.2117.392.28-
YUV108.1269.81181.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.83%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 5 (2.34% from 255) = 1.80%
R=65.83%
G=32.37%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18390500.510.970.2828.6594.6836.86
HexB75A5033611C1d5f25
Octal2671325063141343513745
Binary1011011110110101010110011110000111100111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A05; }

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

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

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

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

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

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

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

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