#B25830

Color #B25830 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B25830

Tints of Fiery Orange #B25830

Color information

#B25830 (or 0xB25830) is unknown color: approx Fiery Orange. HEX triplet: B2, 58 and 30. RGB value is (178,88,48). Sum of RGB (Red+Green+Blue) = 178+88+48=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B25830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25830 is #4DA7CF. Grayscale: #6E6E6E. Windows color (decimal): -5089232 or 3168434. OLE color: 3168434.

HSL color Cylindrical-coordinate representation of color #B25830: hue angle of 18.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B25830 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB1788848-
CMYK00.510.730.30
HSL18.46º57.52%44.31%-
HSV(B)18.46º73.03%69.8%-
XYZ22.3816.664.83-
YUV110.3592.82176.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 48 (19.14% from 255) = 15.29%
R=56.69%
G=28.03%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178884800.510.730.3018.4657.5244.31
HexB25830033491E123a2c
Octal2621306006311136227254
Binary101100101011000110000011001110010011111010010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25830; }

 p { color: rgb(178,88,48); }

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

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

 a { background-color: rgb(178,88,48); }

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

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

 span { border-color: rgb(178,88,48); }

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