#B16233

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

Shades of Fiery Orange #B16233

Tints of Fiery Orange #B16233

Color information

#B16233 (or 0xB16233) is unknown color: approx Fiery Orange. HEX triplet: B1, 62 and 33. RGB value is (177,98,51). Sum of RGB (Red+Green+Blue) = 177+98+51=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B16233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16233 is #4E9DCC. Grayscale: #747474. Windows color (decimal): -5152205 or 3367601. OLE color: 3367601.

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

Color convert

RGB1779851-
CMYK00.450.710.31
HSL22.38º55.26%44.71%-
HSV(B)22.38º71.19%69.41%-
XYZ23.118.325.45-
YUV116.2691.17171.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 51 (20.31% from 255) = 15.64%
R=54.29%
G=30.06%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177985100.450.710.3122.3855.2644.71
HexB1623302D471F16372d
Octal2611426305510737266755
Binary101100011100010110011010110110001111111110110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16233; }

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

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

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

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

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

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

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

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