Html Css Color HEX #B55622 Fiery Orange

📋 copy color: '#B55622'

red 181 ◦ green 86 ◦ blue 34

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

Shades of Fiery Orange #B55622

Tints of Fiery Orange #B55622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.57%

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

R = 60.13%
G = 28.57%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B55622 (or 0xB55622) is known color: Fiery Orange. HEX triplet: B5, 56 and 22. RGB value is (181,86,34). Sum of RGB (Red+Green+Blue) = 181+86+34=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B55622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55622 is #4AA9DD. Grayscale: #6C6C6C. Windows color (decimal): -4893150 or 2250421. OLE color: 2250421.

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

Color convert

RGB 181 86 34 -
CMYK 0 0.52 0.81 0.29
HSL 21.22º 0.68% 0.42% -
HSV(B) 21.22º 0.81% 0.71% -
XYZ 22.67 16.59 3.52 -
YUV 108.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 181 86 34 0 0.52 0.81 0.29 21.22 0.68 0.42
Hex B5 56 22 0 34 51 1D 15 44 2A
Octal 265 126 42 0 64 121 35 25 104 52
Binary 10110101 1010110 100010 0 110100 1010001 11101 10101 1000100 101010

Color Harmonies of #B55622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55622

Black with #B55622

Text Example


Text Example

White with #B55622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55622; }

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

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

background-color css

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

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

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

border-color css

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

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

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