#B25A33

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

Shades of Fiery Orange #B25A33

Tints of Fiery Orange #B25A33

Color information

#B25A33 (or 0xB25A33) is unknown color: approx Fiery Orange. HEX triplet: B2, 5A and 33. RGB value is (178,90,51). Sum of RGB (Red+Green+Blue) = 178+90+51=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A33 is #4DA5CC. Grayscale: #707070. Windows color (decimal): -5088717 or 3365554. OLE color: 3365554.

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

Color convert

RGB1789051-
CMYK00.490.710.30
HSL18.43º55.46%44.9%-
HSV(B)18.43º71.35%69.8%-
XYZ22.6117.025.22-
YUV111.8793.65175.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.80%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=55.80%
G=28.21%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178905100.490.710.3018.4355.4644.9
HexB25A33031471E12372d
Octal2621326306110736226755
Binary101100101011010110011011000110001111111010010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25A33; }

 p { color: rgb(178,90,51); }

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

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

 a { background-color: rgb(178,90,51); }

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

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

 span { border-color: rgb(178,90,51); }

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