#B55833

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

Shades of Fiery Orange #B55833

Tints of Fiery Orange #B55833

Color information

#B55833 (or 0xB55833) is unknown color: approx Fiery Orange. HEX triplet: B5, 58 and 33. RGB value is (181,88,51). Sum of RGB (Red+Green+Blue) = 181+88+51=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B55833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55833 is #4AA7CC. Grayscale: #6F6F6F. Windows color (decimal): -4892621 or 3365045. OLE color: 3365045.

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

Color convert

RGB1818851-
CMYK00.510.720.29
HSL17.08º56.03%45.49%-
HSV(B)17.08º71.82%70.98%-
XYZ23.1417.045.2-
YUV111.5993.81177.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.56%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 51 (20.31% from 255) = 15.94%
R=56.56%
G=27.5%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181885100.510.720.2917.0856.0345.49
HexB55833033481D11382d
Octal2651306306311035217055
Binary101101011011000110011011001110010001110110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55833; }

 p { color: rgb(181,88,51); }

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

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

 a { background-color: rgb(181,88,51); }

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

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

 span { border-color: rgb(181,88,51); }

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