Html Css Color HEX #B55431 Fiery Orange

📋 copy color: '#B55431'

red 181 ◦ green 84 ◦ blue 49

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

Shades of Fiery Orange #B55431

Tints of Fiery Orange #B55431

RGB

 RED value IS 181 (71.09% from 255) = 57.64%

 GREEN value IS 84 (33.2% from 255) = 26.75%

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

R = 57.64%
G = 26.75%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B55431 (or 0xB55431) is known color: Fiery Orange. HEX triplet: B5, 54 and 31. RGB value is (181,84,49). Sum of RGB (Red+Green+Blue) = 181+84+49=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B55431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55431 is #4AABCE. Grayscale: #6D6D6D. Windows color (decimal): -4893647 or 3232949. OLE color: 3232949.

HSL color Cylindrical-coordinate representation of color #B55431: hue angle of 15.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B55431 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 84 49 -
CMYK 0 0.54 0.73 0.29
HSL 15.91º 0.57% 0.45% -
HSV(B) 15.91º 0.73% 0.71% -
XYZ 22.78 16.39 4.87 -
YUV 109.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 181 84 49 0 0.54 0.73 0.29 15.91 0.57 0.45
Hex B5 54 31 0 36 49 1D 10 39 2D
Octal 265 124 61 0 66 111 35 20 71 55
Binary 10110101 1010100 110001 0 110110 1001001 11101 10000 111001 101101

Color Harmonies of #B55431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55431

Black with #B55431

Text Example


Text Example

White with #B55431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55431; }

 p { color: rgb(181,84,49); }

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

background-color css

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

 a { background-color: rgb(181,84,49); }

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

border-color css

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

 span { border-color: rgb(181,84,49); }

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