Html Css Color HEX #B55425 Fiery Orange

📋 copy color: '#B55425'

red 181 ◦ green 84 ◦ blue 37

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

Shades of Fiery Orange #B55425

Tints of Fiery Orange #B55425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 59.93%
G = 27.81%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B55425 (or 0xB55425) is known color: Fiery Orange. HEX triplet: B5, 54 and 25. RGB value is (181,84,37). Sum of RGB (Red+Green+Blue) = 181+84+37=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B55425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55425 is #4AABDA. Grayscale: #6B6B6B. Windows color (decimal): -4893659 or 2446517. OLE color: 2446517.

HSL color Cylindrical-coordinate representation of color #B55425: hue angle of 19.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B55425 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 84 37 -
CMYK 0 0.54 0.80 0.29
HSL 19.58º 0.66% 0.43% -
HSV(B) 19.58º 0.8% 0.71% -
XYZ 22.56 16.3 3.71 -
YUV 107.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 181 84 37 0 0.54 0.80 0.29 19.58 0.66 0.43
Hex B5 54 25 0 36 50 1D 14 42 2B
Octal 265 124 45 0 66 120 35 24 102 53
Binary 10110101 1010100 100101 0 110110 1010000 11101 10100 1000010 101011

Color Harmonies of #B55425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55425

Black with #B55425

Text Example


Text Example

White with #B55425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55425; }

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

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

background-color css

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

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

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

border-color css

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

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

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