Html Css Color HEX #B55426 Fiery Orange

📋 copy color: '#B55426'

red 181 ◦ green 84 ◦ blue 38

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

Shades of Fiery Orange #B55426

Tints of Fiery Orange #B55426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 59.74%
G = 27.72%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B55426 (or 0xB55426) is known color: Fiery Orange. HEX triplet: B5, 54 and 26. RGB value is (181,84,38). Sum of RGB (Red+Green+Blue) = 181+84+38=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B55426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55426 is #4AABD9. Grayscale: #6C6C6C. Windows color (decimal): -4893658 or 2512053. OLE color: 2512053.

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

Color convert

RGB 181 84 38 -
CMYK 0 0.54 0.79 0.29
HSL 19.3º 0.65% 0.43% -
HSV(B) 19.3º 0.79% 0.71% -
XYZ 22.58 16.3 3.79 -
YUV 107.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 181 84 38 0 0.54 0.79 0.29 19.3 0.65 0.43
Hex B5 54 26 0 36 4F 1D 13 41 2B
Octal 265 124 46 0 66 117 35 23 101 53
Binary 10110101 1010100 100110 0 110110 1001111 11101 10011 1000001 101011

Color Harmonies of #B55426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55426

Black with #B55426

Text Example


Text Example

White with #B55426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55426; }

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

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

background-color css

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

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

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

border-color css

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

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

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