#B15623

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

Shades of Fiery Orange #B15623

Tints of Fiery Orange #B15623

Color information

#B15623 (or 0xB15623) is unknown color: approx Fiery Orange. HEX triplet: B1, 56 and 23. RGB value is (177,86,35). Sum of RGB (Red+Green+Blue) = 177+86+35=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B15623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15623 is #4EA9DC. Grayscale: #6B6B6B. Windows color (decimal): -5155293 or 2315953. OLE color: 2315953.

HSL color Cylindrical-coordinate representation of color #B15623: hue angle of 21.55º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B15623 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1778635-
CMYK00.510.800.31
HSL21.55º66.98%41.57%-
HSV(B)21.55º80.23%69.41%-
XYZ21.7616.123.56-
YUV107.487.15177.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 35 (14.06% from 255) = 11.74%
R=59.40%
G=28.86%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177863500.510.800.3121.5566.9841.57
HexB15623033501F16432a
Octal26112643063120372610352
Binary1011000110101101000110110011101000011111101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15623; }

 p { color: rgb(177,86,35); }

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

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

 a { background-color: rgb(177,86,35); }

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

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

 span { border-color: rgb(177,86,35); }

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