#B06030

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

Shades of Fiery Orange #B06030

Tints of Fiery Orange #B06030

Color information

#B06030 (or 0xB06030) is unknown color: approx Fiery Orange. HEX triplet: B0, 60 and 30. RGB value is (176,96,48). Sum of RGB (Red+Green+Blue) = 176+96+48=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B06030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06030 is #4F9FCF. Grayscale: #727272. Windows color (decimal): -5218256 or 3170480. OLE color: 3170480.

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

Color convert

RGB1769648-
CMYK00.450.730.31
HSL22.5º57.14%43.92%-
HSV(B)22.5º72.73%69.02%-
XYZ22.6217.815.04-
YUV114.4590.5171.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 48 (19.14% from 255) = 15%
R=55%
G=30%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176964800.450.730.3122.557.1443.92
HexB0603002D491F16392c
Octal2601406005511137267154
Binary101100001100000110000010110110010011111110110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06030; }

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

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

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

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

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

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

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

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