Html Css Color HEX #B55A16 Fiery Orange

📋 copy color: '#B55A16'

red 181 ◦ green 90 ◦ blue 22

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

Shades of Fiery Orange #B55A16

Tints of Fiery Orange #B55A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 61.77%
G = 30.72%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B55A16 (or 0xB55A16) is known color: Fiery Orange. HEX triplet: B5, 5A and 16. RGB value is (181,90,22). Sum of RGB (Red+Green+Blue) = 181+90+22=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55A16 is #4AA5E9. Grayscale: #6D6D6D. Windows color (decimal): -4892138 or 1465013. OLE color: 1465013.

HSL color Cylindrical-coordinate representation of color #B55A16: hue angle of 25.66º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B55A16 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 90 22 -
CMYK 0 0.50 0.88 0.29
HSL 25.66º 0.78% 0.4% -
HSV(B) 25.66º 0.88% 0.71% -
XYZ 22.86 17.19 2.87 -
YUV 109.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 181 90 22 0 0.50 0.88 0.29 25.66 0.78 0.4
Hex B5 5A 16 0 32 58 1D 1A 4E 28
Octal 265 132 26 0 62 130 35 32 116 50
Binary 10110101 1011010 10110 0 110010 1011000 11101 11010 1001110 101000

Color Harmonies of #B55A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A16

Black with #B55A16

Text Example


Text Example

White with #B55A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A16; }

 p { color: rgb(181,90,22); }

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

background-color css

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

 a { background-color: rgb(181,90,22); }

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

border-color css

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

 span { border-color: rgb(181,90,22); }

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