#B05732

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

Shades of Fiery Orange #B05732

Tints of Fiery Orange #B05732

Color information

#B05732 (or 0xB05732) is unknown color: approx Fiery Orange. HEX triplet: B0, 57 and 32. RGB value is (176,87,50). Sum of RGB (Red+Green+Blue) = 176+87+50=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B05732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05732 is #4FA8CD. Grayscale: #6D6D6D. Windows color (decimal): -5220558 or 3299248. OLE color: 3299248.

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

Color convert

RGB1768750-
CMYK00.510.720.31
HSL17.62º55.75%44.31%-
HSV(B)17.62º71.59%69.02%-
XYZ21.8916.285.01-
YUV109.3994.49175.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 50 (19.92% from 255) = 15.97%
R=56.23%
G=27.80%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176875000.510.720.3117.6255.7544.31
HexB05732033481F12382c
Octal2601276206311037227054
Binary101100001010111110010011001110010001111110010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05732; }

 p { color: rgb(176,87,50); }

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

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

 a { background-color: rgb(176,87,50); }

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

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

 span { border-color: rgb(176,87,50); }

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