Html Css Color HEX #B55322 Fiery Orange

📋 copy color: '#B55322'

red 181 ◦ green 83 ◦ blue 34

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

Shades of Fiery Orange #B55322

Tints of Fiery Orange #B55322

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

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

R = 60.74%
G = 27.85%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B55322 (or 0xB55322) is known color: Fiery Orange. HEX triplet: B5, 53 and 22. RGB value is (181,83,34). Sum of RGB (Red+Green+Blue) = 181+83+34=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B55322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55322 is #4AACDD. Grayscale: #6B6B6B. Windows color (decimal): -4893918 or 2249653. OLE color: 2249653.

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

Color convert

RGB 181 83 34 -
CMYK 0 0.54 0.81 0.29
HSL 20º 0.68% 0.42% -
HSV(B) 20º 0.81% 0.71% -
XYZ 22.44 16.13 3.44 -
YUV 106.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 181 83 34 0 0.54 0.81 0.29 20 0.68 0.42
Hex B5 53 22 0 36 51 1D 14 44 2A
Octal 265 123 42 0 66 121 35 24 104 52
Binary 10110101 1010011 100010 0 110110 1010001 11101 10100 1000100 101010

Color Harmonies of #B55322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55322

Black with #B55322

Text Example


Text Example

White with #B55322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55322; }

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

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

background-color css

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

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

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

border-color css

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

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

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