#B15635

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

Shades of Fiery Orange #B15635

Tints of Fiery Orange #B15635

Color information

#B15635 (or 0xB15635) is unknown color: approx Fiery Orange. HEX triplet: B1, 56 and 35. RGB value is (177,86,53). Sum of RGB (Red+Green+Blue) = 177+86+53=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B15635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15635 is #4EA9CA. Grayscale: #6D6D6D. Windows color (decimal): -5155275 or 3495601. OLE color: 3495601.

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

Color convert

RGB1778653-
CMYK00.510.700.31
HSL15.97º53.91%45.1%-
HSV(B)15.97º70.06%69.41%-
XYZ22.116.265.34-
YUV109.4596.15176.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 53 (21.09% from 255) = 16.77%
R=56.01%
G=27.22%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177865300.510.700.3115.9753.9145.1
HexB15635033461F10362d
Octal2611266506310637206655
Binary101100011010110110101011001110001101111110000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15635; }

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

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

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

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

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

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

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

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