#B25B0C

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

Shades of Tenne (Tawny) #B25B0C

Tints of Tenne (Tawny) #B25B0C

Color information

#B25B0C (or 0xB25B0C) is unknown color: approx Tenne (Tawny). HEX triplet: B2, 5B and 0C. RGB value is (178,91,12). Sum of RGB (Red+Green+Blue) = 178+91+12=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25B0C is #4DA4F3. Grayscale: #6C6C6C. Windows color (decimal): -5088500 or 809906. OLE color: 809906.

HSL color Cylindrical-coordinate representation of color #B25B0C: hue angle of 28.55º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B25B0C is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1789112-
CMYK00.490.930.30
HSL28.55º87.37%37.25%-
HSV(B)28.55º93.26%69.8%-
XYZ22.1716.972.46-
YUV108.0173.82177.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.35%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 12 (5.08% from 255) = 4.27%
R=63.35%
G=32.38%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178911200.490.930.3028.5587.3737.25
HexB25BC0315D1E1d5725
Octal26213314061135363512745
Binary10110010101101111000110001101110111110111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B0C; }

 p { color: rgb(178,91,12); }

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

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

 a { background-color: rgb(178,91,12); }

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

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

 span { border-color: rgb(178,91,12); }

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