#B06025

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

Shades of Fiery Orange #B06025

Tints of Fiery Orange #B06025

Color information

#B06025 (or 0xB06025) is unknown color: approx Fiery Orange. HEX triplet: B0, 60 and 25. RGB value is (176,96,37). Sum of RGB (Red+Green+Blue) = 176+96+37=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B06025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06025 is #4F9FDA. Grayscale: #717171. Windows color (decimal): -5218267 or 2449584. OLE color: 2449584.

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

Color convert

RGB1769637-
CMYK00.450.790.31
HSL25.47º65.26%41.76%-
HSV(B)25.47º78.98%69.02%-
XYZ22.4217.733.99-
YUV113.1985172.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 37 (14.84% from 255) = 11.97%
R=56.96%
G=31.07%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176963700.450.790.3125.4765.2641.76
HexB0602502D4F1F19412a
Octal26014045055117373110152
Binary1011000011000001001010101101100111111111110011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06025; }

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

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

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

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

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

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

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

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