#B25E34

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

Shades of Fiery Orange #B25E34

Tints of Fiery Orange #B25E34

Color information

#B25E34 (or 0xB25E34) is unknown color: approx Fiery Orange. HEX triplet: B2, 5E and 34. RGB value is (178,94,52). Sum of RGB (Red+Green+Blue) = 178+94+52=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E34 is #4DA1CB. Grayscale: #727272. Windows color (decimal): -5087692 or 3432114. OLE color: 3432114.

HSL color Cylindrical-coordinate representation of color #B25E34: hue angle of 20º 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 #B25E34 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB1789452-
CMYK00.470.710.30
HSL20º54.78%45.1%-
HSV(B)20º70.79%69.8%-
XYZ22.9817.725.46-
YUV114.3392.83173.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.94%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=54.94%
G=29.01%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178945200.470.710.302054.7845.1
HexB25E3402F471E14372d
Octal2621366405710736246755
Binary101100101011110110100010111110001111111010100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E34; }

 p { color: rgb(178,94,52); }

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

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

 a { background-color: rgb(178,94,52); }

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

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

 span { border-color: rgb(178,94,52); }

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