Html Css Color HEX #B55928 Fiery Orange

📋 copy color: '#B55928'

red 181 ◦ green 89 ◦ blue 40

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

Shades of Fiery Orange #B55928

Tints of Fiery Orange #B55928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 58.39%
G = 28.71%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B55928 (or 0xB55928) is known color: Fiery Orange. HEX triplet: B5, 59 and 28. RGB value is (181,89,40). Sum of RGB (Red+Green+Blue) = 181+89+40=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B55928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55928 is #4AA6D7. Grayscale: #6F6F6F. Windows color (decimal): -4892376 or 2644405. OLE color: 2644405.

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

Color convert

RGB 181 89 40 -
CMYK 0 0.51 0.78 0.29
HSL 20.85º 0.64% 0.43% -
HSV(B) 20.85º 0.78% 0.71% -
XYZ 23.01 17.12 4.1 -
YUV 110.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 181 89 40 0 0.51 0.78 0.29 20.85 0.64 0.43
Hex B5 59 28 0 33 4E 1D 15 40 2B
Octal 265 131 50 0 63 116 35 25 100 53
Binary 10110101 1011001 101000 0 110011 1001110 11101 10101 1000000 101011

Color Harmonies of #B55928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55928

Black with #B55928

Text Example


Text Example

White with #B55928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55928; }

 p { color: rgb(181,89,40); }

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

background-color css

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

 a { background-color: rgb(181,89,40); }

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

border-color css

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

 span { border-color: rgb(181,89,40); }

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