#B15935

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

Shades of Fiery Orange #B15935

Tints of Fiery Orange #B15935

Color information

#B15935 (or 0xB15935) is unknown color: approx Fiery Orange. HEX triplet: B1, 59 and 35. RGB value is (177,89,53). Sum of RGB (Red+Green+Blue) = 177+89+53=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B15935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15935 is #4EA6CA. Grayscale: #6F6F6F. Windows color (decimal): -5154507 or 3496369. OLE color: 3496369.

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

Color convert

RGB1778953-
CMYK00.500.700.31
HSL17.42º53.91%45.1%-
HSV(B)17.42º70.06%69.41%-
XYZ22.3516.755.42-
YUV111.2195.15174.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=55.49%
G=27.90%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177895300.500.700.3117.4253.9145.1
HexB15935032461F11362d
Octal2611316506210637216655
Binary101100011011001110101011001010001101111110001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15935; }

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

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

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

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

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

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

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

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