#B05E02

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

Shades of Tenne (Tawny) #B05E02

Tints of Tenne (Tawny) #B05E02

Color information

#B05E02 (or 0xB05E02) is unknown color: approx Tenne (Tawny). HEX triplet: B0, 5E and 02. RGB value is (176,94,2). Sum of RGB (Red+Green+Blue) = 176+94+2=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05E02 is #4FA1FD. Grayscale: #6C6C6C. Windows color (decimal): -5218814 or 155312. OLE color: 155312.

HSL color Cylindrical-coordinate representation of color #B05E02: hue angle of 31.72º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B05E02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB176942-
CMYK00.470.990.31
HSL31.72º97.75%34.9%-
HSV(B)31.72º98.86%69.02%-
XYZ21.9217.242.23-
YUV108.0368.17176.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.71%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=64.71%
G=34.56%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17694200.470.990.3131.7297.7534.9
HexB05E202F631F206223
Octal2601362057143374014243
Binary1011000010111101001011111100011111111000001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05E02; }

 p { color: rgb(176,94,2); }

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

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

 a { background-color: rgb(176,94,2); }

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

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

 span { border-color: rgb(176,94,2); }

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