#B55528

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

Shades of Fiery Orange #B55528

Tints of Fiery Orange #B55528

Color information

#B55528 (or 0xB55528) is unknown color: approx Fiery Orange. HEX triplet: B5, 55 and 28. RGB value is (181,85,40). Sum of RGB (Red+Green+Blue) = 181+85+40=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B55528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55528 is #4AAAD7. Grayscale: #6C6C6C. Windows color (decimal): -4893400 or 2643381. OLE color: 2643381.

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

Color convert

RGB1818540-
CMYK00.530.780.29
HSL19.15º63.8%43.33%-
HSV(B)19.15º77.9%70.98%-
XYZ22.6916.473.99-
YUV108.5789.3179.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.15%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=59.15%
G=27.78%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181854000.530.780.2919.1563.843.33
HexB555280354E1D13402b
Octal26512550065116352310053
Binary1011010110101011010000110101100111011101100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55528; }

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

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

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

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

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

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

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

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