#B05A37

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

Shades of Fiery Orange #B05A37

Tints of Fiery Orange #B05A37

Color information

#B05A37 (or 0xB05A37) is unknown color: approx Fiery Orange. HEX triplet: B0, 5A and 37. RGB value is (176,90,55). Sum of RGB (Red+Green+Blue) = 176+90+55=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A37 is #4FA5C8. Grayscale: #6F6F6F. Windows color (decimal): -5219785 or 3627696. OLE color: 3627696.

HSL color Cylindrical-coordinate representation of color #B05A37: hue angle of 17.36º degrees, saturation: 0.52, 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 #B05A37 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1769055-
CMYK00.490.690.31
HSL17.36º52.38%45.29%-
HSV(B)17.36º68.75%69.02%-
XYZ22.2516.825.69-
YUV111.7295.99173.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=54.83%
G=28.04%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176905500.490.690.3117.3652.3845.29
HexB05A37031451F11342d
Octal2601326706110537216455
Binary101100001011010110111011000110001011111110001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A37; }

 p { color: rgb(176,90,55); }

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

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

 a { background-color: rgb(176,90,55); }

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

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

 span { border-color: rgb(176,90,55); }

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