Html Css Color HEX #B55432 Fiery Orange

📋 copy color: '#B55432'

red 181 ◦ green 84 ◦ blue 50

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

Shades of Fiery Orange #B55432

Tints of Fiery Orange #B55432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 57.46%
G = 26.67%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B55432 (or 0xB55432) is known color: Fiery Orange. HEX triplet: B5, 54 and 32. RGB value is (181,84,50). Sum of RGB (Red+Green+Blue) = 181+84+50=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B55432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55432 is #4AABCD. Grayscale: #6D6D6D. Windows color (decimal): -4893646 or 3298485. OLE color: 3298485.

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

Color convert

RGB 181 84 50 -
CMYK 0 0.54 0.72 0.29
HSL 15.57º 0.57% 0.45% -
HSV(B) 15.57º 0.72% 0.71% -
XYZ 22.8 16.39 4.98 -
YUV 109.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 181 84 50 0 0.54 0.72 0.29 15.57 0.57 0.45
Hex B5 54 32 0 36 48 1D 10 39 2D
Octal 265 124 62 0 66 110 35 20 71 55
Binary 10110101 1010100 110010 0 110110 1001000 11101 10000 111001 101101

Color Harmonies of #B55432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55432

Black with #B55432

Text Example


Text Example

White with #B55432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55432; }

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

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

background-color css

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

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

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

border-color css

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

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

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