#B16230

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

Shades of Fiery Orange #B16230

Tints of Fiery Orange #B16230

Color information

#B16230 (or 0xB16230) is unknown color: approx Fiery Orange. HEX triplet: B1, 62 and 30. RGB value is (177,98,48). Sum of RGB (Red+Green+Blue) = 177+98+48=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B16230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16230 is #4E9DCF. Grayscale: #747474. Windows color (decimal): -5152208 or 3170993. OLE color: 3170993.

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

Color convert

RGB1779848-
CMYK00.450.730.31
HSL23.26º57.33%44.12%-
HSV(B)23.26º72.88%69.41%-
XYZ23.0318.35.11-
YUV115.9289.67171.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=54.80%
G=30.34%
B=14.86%

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
Decimal177984800.450.730.3123.2657.3344.12
HexB1623002D491F17392c
Octal2611426005511137277154
Binary101100011100010110000010110110010011111110111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16230; }

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

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

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

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

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

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

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

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