#B25900

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

Shades of Tenne (Tawny) #B25900

Tints of Tenne (Tawny) #B25900

Color information

#B25900 (or 0xB25900) is unknown color: approx Tenne (Tawny). HEX triplet: B2, 59 and 00. RGB value is (178,89,0). Sum of RGB (Red+Green+Blue) = 178+89+0=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B25900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25900 is #4DA6FF. Grayscale: #696969. Windows color (decimal): -5089024 or 22962. OLE color: 22962.

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

Color convert

RGB178890-
CMYK00.510.30
HSL30º100%34.9%-
HSV(B)30º100%69.8%-
XYZ21.9316.612.05-
YUV105.4668.49179.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.67%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17889000.510.303010034.9
HexB2590032641E1e6423
Octal2621310062144363614443
Binary10110010101100100110010110010011110111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25900; }

 p { color: rgb(178,89,0); }

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

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

 a { background-color: rgb(178,89,0); }

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

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

 span { border-color: rgb(178,89,0); }

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