#B05C36

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

Shades of Fiery Orange #B05C36

Tints of Fiery Orange #B05C36

Color information

#B05C36 (or 0xB05C36) is unknown color: approx Fiery Orange. HEX triplet: B0, 5C and 36. RGB value is (176,92,54). Sum of RGB (Red+Green+Blue) = 176+92+54=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C36 is #4FA3C9. Grayscale: #717171. Windows color (decimal): -5219274 or 3562672. OLE color: 3562672.

HSL color Cylindrical-coordinate representation of color #B05C36: hue angle of 18.69º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B05C36 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1769254-
CMYK00.480.690.31
HSL18.69º53.04%45.1%-
HSV(B)18.69º69.32%69.02%-
XYZ22.417.155.62-
YUV112.7894.83173.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 92 (36.33% from 255) = 28.57%
BLUE value IS 54 (21.48% from 255) = 16.77%
R=54.66%
G=28.57%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176925400.480.690.3118.6953.0445.1
HexB05C36030451F13352d
Octal2601346606010537236555
Binary101100001011100110110011000010001011111110011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C36; }

 p { color: rgb(176,92,54); }

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

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

 a { background-color: rgb(176,92,54); }

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

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

 span { border-color: rgb(176,92,54); }

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