#B55A23

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

Shades of Fiery Orange #B55A23

Tints of Fiery Orange #B55A23

Color information

#B55A23 (or 0xB55A23) is unknown color: approx Fiery Orange. HEX triplet: B5, 5A and 23. RGB value is (181,90,35). Sum of RGB (Red+Green+Blue) = 181+90+35=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A23 is #4AA5DC. Grayscale: #6F6F6F. Windows color (decimal): -4892125 or 2316981. OLE color: 2316981.

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

Color convert

RGB1819035-
CMYK00.500.810.29
HSL22.6º67.59%42.35%-
HSV(B)22.6º80.66%70.98%-
XYZ23.0217.263.71-
YUV110.9485.15177.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.15%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 35 (14.06% from 255) = 11.44%
R=59.15%
G=29.41%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181903500.500.810.2922.667.5942.35
HexB55A23032511D17442a
Octal26513243062121352710452
Binary1011010110110101000110110010101000111101101111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A23; }

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

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

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

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

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

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

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

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