#B76002

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

Shades of Tenne (Tawny) #B76002

Tints of Tenne (Tawny) #B76002

Color information

#B76002 (or 0xB76002) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 60 and 02. RGB value is (183,96,2). Sum of RGB (Red+Green+Blue) = 183+96+2=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B76002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76002 is #489FFD. Grayscale: #6F6F6F. Windows color (decimal): -4759550 or 155831. OLE color: 155831.

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

Color convert

RGB183962-
CMYK00.480.990.28
HSL31.16º97.84%36.27%-
HSV(B)31.16º98.91%71.76%-
XYZ23.7218.442.37-
YUV111.366.32179.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=65.12%
G=34.16%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18396200.480.990.2831.1697.8436.27
HexB7602030631C1f6224
Octal2671402060143343714244
Binary101101111100000100110000110001111100111111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76002; }

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

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

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

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

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

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

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

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