#B55A34

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

Shades of Fiery Orange #B55A34

Tints of Fiery Orange #B55A34

Color information

#B55A34 (or 0xB55A34) is unknown color: approx Fiery Orange. HEX triplet: B5, 5A and 34. RGB value is (181,90,52). Sum of RGB (Red+Green+Blue) = 181+90+52=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A34 is #4AA5CB. Grayscale: #717171. Windows color (decimal): -4892108 or 3431093. OLE color: 3431093.

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

Color convert

RGB1819052-
CMYK00.500.710.29
HSL17.67º55.36%45.69%-
HSV(B)17.67º71.27%70.98%-
XYZ23.3317.385.37-
YUV112.8893.65176.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=56.04%
G=27.86%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181905200.500.710.2917.6755.3645.69
HexB55A34032471D12372e
Octal2651326406210735226756
Binary101101011011010110100011001010001111110110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A34; }

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

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

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

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

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

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

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

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