#B25E02

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

Shades of Tenne (Tawny) #B25E02

Tints of Tenne (Tawny) #B25E02

Color information

#B25E02 (or 0xB25E02) is unknown color: approx Tenne (Tawny). HEX triplet: B2, 5E and 02. RGB value is (178,94,2). Sum of RGB (Red+Green+Blue) = 178+94+2=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E02 is #4DA1FD. Grayscale: #6D6D6D. Windows color (decimal): -5087742 or 155314. OLE color: 155314.

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

Color convert

RGB178942-
CMYK00.470.990.30
HSL31.36º97.78%35.29%-
HSV(B)31.36º98.88%69.8%-
XYZ22.3717.472.25-
YUV108.6367.83177.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.96%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=64.96%
G=34.31%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17894200.470.990.3031.3697.7835.29
HexB25E202F631E1f6223
Octal2621362057143363714243
Binary101100101011110100101111110001111110111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E02; }

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

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

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

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

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

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

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

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