#B55433

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

Shades of Fiery Orange #B55433

Tints of Fiery Orange #B55433

Color information

#B55433 (or 0xB55433) is unknown color: approx Fiery Orange. HEX triplet: B5, 54 and 33. RGB value is (181,84,51). Sum of RGB (Red+Green+Blue) = 181+84+51=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B55433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55433 is #4AABCC. Grayscale: #6D6D6D. Windows color (decimal): -4893645 or 3364021. OLE color: 3364021.

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

Color convert

RGB1818451-
CMYK00.540.720.29
HSL15.23º56.03%45.49%-
HSV(B)15.23º71.82%70.98%-
XYZ22.8216.45.1-
YUV109.2495.14179.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=57.28%
G=26.58%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181845100.540.720.2915.2356.0345.49
HexB55433036481Df382d
Octal2651246306611035177055
Binary10110101101010011001101101101001000111011111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55433; }

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

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

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

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

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

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

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

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