Html Css Color HEX #B55820 Fiery Orange

📋 copy color: '#B55820'

red 181 ◦ green 88 ◦ blue 32

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

Shades of Fiery Orange #B55820

Tints of Fiery Orange #B55820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 60.13%
G = 29.24%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B55820 (or 0xB55820) is known color: Fiery Orange. HEX triplet: B5, 58 and 20. RGB value is (181,88,32). Sum of RGB (Red+Green+Blue) = 181+88+32=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B55820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55820 is #4AA7DF. Grayscale: #6D6D6D. Windows color (decimal): -4892640 or 2119861. OLE color: 2119861.

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

Color convert

RGB 181 88 32 -
CMYK 0 0.51 0.82 0.29
HSL 22.55º 0.7% 0.42% -
HSV(B) 22.55º 0.82% 0.71% -
XYZ 22.81 16.91 3.43 -
YUV 109.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 181 88 32 0 0.51 0.82 0.29 22.55 0.7 0.42
Hex B5 58 20 0 33 52 1D 17 46 2A
Octal 265 130 40 0 63 122 35 27 106 52
Binary 10110101 1011000 100000 0 110011 1010010 11101 10111 1000110 101010

Color Harmonies of #B55820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55820

Black with #B55820

Text Example


Text Example

White with #B55820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55820; }

 p { color: rgb(181,88,32); }

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

background-color css

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

 a { background-color: rgb(181,88,32); }

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

border-color css

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

 span { border-color: rgb(181,88,32); }

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