#B06230

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

Shades of Fiery Orange #B06230

Tints of Fiery Orange #B06230

Color information

#B06230 (or 0xB06230) is unknown color: approx Fiery Orange. HEX triplet: B0, 62 and 30. RGB value is (176,98,48). Sum of RGB (Red+Green+Blue) = 176+98+48=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B06230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06230 is #4F9DCF. Grayscale: #737373. Windows color (decimal): -5217744 or 3170992. OLE color: 3170992.

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

Color convert

RGB1769848-
CMYK00.440.730.31
HSL23.44º57.14%43.92%-
HSV(B)23.44º72.73%69.02%-
XYZ22.8118.185.1-
YUV115.6289.84171.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=54.66%
G=30.43%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176984800.440.730.3123.4457.1443.92
HexB0623002C491F17392c
Octal2601426005411137277154
Binary101100001100010110000010110010010011111110111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06230; }

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

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

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

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

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

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

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

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