Html Css Color HEX #B55A22 Fiery Orange

📋 copy color: '#B55A22'

red 181 ◦ green 90 ◦ blue 34

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

Shades of Fiery Orange #B55A22

Tints of Fiery Orange #B55A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.15%

R = 59.34%
G = 29.51%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B55A22 (or 0xB55A22) is known color: Fiery Orange. HEX triplet: B5, 5A and 22. RGB value is (181,90,34). Sum of RGB (Red+Green+Blue) = 181+90+34=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A22 is #4AA5DD. Grayscale: #6F6F6F. Windows color (decimal): -4892126 or 2251445. OLE color: 2251445.

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

Color convert

RGB 181 90 34 -
CMYK 0 0.50 0.81 0.29
HSL 22.86º 0.68% 0.42% -
HSV(B) 22.86º 0.81% 0.71% -
XYZ 23 17.25 3.63 -
YUV 110.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 181 90 34 0 0.50 0.81 0.29 22.86 0.68 0.42
Hex B5 5A 22 0 32 51 1D 17 44 2A
Octal 265 132 42 0 62 121 35 27 104 52
Binary 10110101 1011010 100010 0 110010 1010001 11101 10111 1000100 101010

Color Harmonies of #B55A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A22

Black with #B55A22

Text Example


Text Example

White with #B55A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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