#B15E38

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

Shades of Fiery Orange #B15E38

Tints of Fiery Orange #B15E38

Color information

#B15E38 (or 0xB15E38) is unknown color: approx Fiery Orange. HEX triplet: B1, 5E and 38. RGB value is (177,94,56). Sum of RGB (Red+Green+Blue) = 177+94+56=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E38 is #4EA1C7. Grayscale: #727272. Windows color (decimal): -5153224 or 3694257. OLE color: 3694257.

HSL color Cylindrical-coordinate representation of color #B15E38: hue angle of 18.84º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B15E38 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1779456-
CMYK00.470.680.31
HSL18.84º51.93%45.69%-
HSV(B)18.84º68.36%69.41%-
XYZ22.8517.645.94-
YUV114.4895172.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=54.13%
G=28.75%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177945600.470.680.3118.8451.9345.69
HexB15E3802F441F13342e
Octal2611367005710437236456
Binary101100011011110111000010111110001001111110011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E38; }

 p { color: rgb(177,94,56); }

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

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

 a { background-color: rgb(177,94,56); }

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

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

 span { border-color: rgb(177,94,56); }

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