Html Css Color HEX #B55D22 Fiery Orange

📋 copy color: '#B55D22'

red 181 ◦ green 93 ◦ blue 34

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

Shades of Fiery Orange #B55D22

Tints of Fiery Orange #B55D22

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

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

R = 58.77%
G = 30.19%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B55D22 (or 0xB55D22) is known color: Fiery Orange. HEX triplet: B5, 5D and 22. RGB value is (181,93,34). Sum of RGB (Red+Green+Blue) = 181+93+34=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D22 is #4AA2DD. Grayscale: #707070. Windows color (decimal): -4891358 or 2252213. OLE color: 2252213.

HSL color Cylindrical-coordinate representation of color #B55D22: hue angle of 24.08º 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 #B55D22 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 93 34 -
CMYK 0 0.49 0.81 0.29
HSL 24.08º 0.68% 0.42% -
HSV(B) 24.08º 0.81% 0.71% -
XYZ 23.26 17.77 3.72 -
YUV 112.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 181 93 34 0 0.49 0.81 0.29 24.08 0.68 0.42
Hex B5 5D 22 0 31 51 1D 18 44 2A
Octal 265 135 42 0 61 121 35 30 104 52
Binary 10110101 1011101 100010 0 110001 1010001 11101 11000 1000100 101010

Color Harmonies of #B55D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D22

Black with #B55D22

Text Example


Text Example

White with #B55D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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