#B55934

Color #B55934 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B55934

Tints of Fiery Orange #B55934

Color information

#B55934 (or 0xB55934) is unknown color: approx Fiery Orange. HEX triplet: B5, 59 and 34. RGB value is (181,89,52). Sum of RGB (Red+Green+Blue) = 181+89+52=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B55934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55934 is #4AA6CB. Grayscale: #707070. Windows color (decimal): -4892364 or 3430837. OLE color: 3430837.

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

Color convert

RGB1818952-
CMYK00.510.710.29
HSL17.21º55.36%45.69%-
HSV(B)17.21º71.27%70.98%-
XYZ23.2517.225.35-
YUV112.2993.98177.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 52 (20.70% from 255) = 16.15%
R=56.21%
G=27.64%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181895200.510.710.2917.2155.3645.69
HexB55934033471D11372e
Octal2651316406310735216756
Binary101101011011001110100011001110001111110110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55934; }

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

 H1.HeaderClassName
 {
   color: #B55934;
 }
 .AnyTagClassName
 {
   color: #B55934;
 }
</style>
background-color css

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

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

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

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

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

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