#B06032

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

Shades of Fiery Orange #B06032

Tints of Fiery Orange #B06032

Color information

#B06032 (or 0xB06032) is unknown color: approx Fiery Orange. HEX triplet: B0, 60 and 32. RGB value is (176,96,50). Sum of RGB (Red+Green+Blue) = 176+96+50=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B06032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06032 is #4F9FCD. Grayscale: #727272. Windows color (decimal): -5218254 or 3301552. OLE color: 3301552.

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

Color convert

RGB1769650-
CMYK00.450.720.31
HSL21.9º55.75%44.31%-
HSV(B)21.9º71.59%69.02%-
XYZ22.6617.835.26-
YUV114.6891.5171.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 50 (19.92% from 255) = 15.53%
R=54.66%
G=29.81%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176965000.450.720.3121.955.7544.31
HexB0603202D481F16382c
Octal2601406205511037267054
Binary101100001100000110010010110110010001111110110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06032; }

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

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

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

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

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

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

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

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