Html Css Color HEX #B25A31 Fiery Orange

📋 copy color: '#B25A31'

red 178 ◦ green 90 ◦ blue 49

#B25A31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B25A31

Tints of Fiery Orange #B25A31

RGB

 RED value IS 178 (69.92% from 255) = 56.15%

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 56.15%
G = 28.39%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B25A31 (or 0xB25A31) is known color: Fiery Orange. HEX triplet: B2, 5A and 31. RGB value is (178,90,49). Sum of RGB (Red+Green+Blue) = 178+90+49=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A31 is #4DA5CE. Grayscale: #6F6F6F. Windows color (decimal): -5088719 or 3234482. OLE color: 3234482.

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

Color convert

RGB 178 90 49 -
CMYK 0 0.49 0.72 0.30
HSL 19.07º 0.57% 0.45% -
HSV(B) 19.07º 0.72% 0.7% -
XYZ 22.57 17 5 -
YUV 111.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 178 90 49 0 0.49 0.72 0.30 19.07 0.57 0.45
Hex B2 5A 31 0 31 48 1E 13 39 2D
Octal 262 132 61 0 61 110 36 23 71 55
Binary 10110010 1011010 110001 0 110001 1001000 11110 10011 111001 101101

Color Harmonies of #B25A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A31

Black with #B25A31

Text Example


Text Example

White with #B25A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A31; }

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

 H1.HeaderClassName
 {
   color: #B25A31;
 }
 .AnyTagClassName
 {
   color: #B25A31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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