#B25D22

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

Shades of Fiery Orange #B25D22

Tints of Fiery Orange #B25D22

Color information

#B25D22 (or 0xB25D22) is unknown color: approx Fiery Orange. HEX triplet: B2, 5D and 22. RGB value is (178,93,34). Sum of RGB (Red+Green+Blue) = 178+93+34=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D22 is #4DA2DD. Grayscale: #707070. Windows color (decimal): -5087966 or 2252210. OLE color: 2252210.

HSL color Cylindrical-coordinate representation of color #B25D22: hue angle of 24.58º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B25D22 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1789334-
CMYK00.480.810.30
HSL24.58º67.92%41.57%-
HSV(B)24.58º80.9%69.8%-
XYZ22.5617.413.68-
YUV111.6984.16175.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.36%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 34 (13.67% from 255) = 11.15%
R=58.36%
G=30.49%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178933400.480.810.3024.5867.9241.57
HexB25D22030511E19442a
Octal26213542060121363110452
Binary1011001010111011000100110000101000111110110011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D22; }

 p { color: rgb(178,93,34); }

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

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

 a { background-color: rgb(178,93,34); }

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

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

 span { border-color: rgb(178,93,34); }

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