#B75902

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

Shades of Tenne (Tawny) #B75902

Tints of Tenne (Tawny) #B75902

Color information

#B75902 (or 0xB75902) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 59 and 02. RGB value is (183,89,2). Sum of RGB (Red+Green+Blue) = 183+89+2=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B75902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75902 is #48A6FD. Grayscale: #6B6B6B. Windows color (decimal): -4761342 or 154039. OLE color: 154039.

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

Color convert

RGB183892-
CMYK00.510.990.28
HSL28.84º97.84%36.27%-
HSV(B)28.84º98.91%71.76%-
XYZ23.1117.222.16-
YUV107.1968.64182.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.79%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=66.79%
G=32.48%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18389200.510.990.2828.8497.8436.27
HexB7592033631C1d6224
Octal2671312063143343514244
Binary101101111011001100110011110001111100111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75902; }

 p { color: rgb(183,89,2); }

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

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

 a { background-color: rgb(183,89,2); }

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

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

 span { border-color: rgb(183,89,2); }

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