#B15B35

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

Shades of Fiery Orange #B15B35

Tints of Fiery Orange #B15B35

Color information

#B15B35 (or 0xB15B35) is unknown color: approx Fiery Orange. HEX triplet: B1, 5B and 35. RGB value is (177,91,53). Sum of RGB (Red+Green+Blue) = 177+91+53=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B35 is #4EA4CA. Grayscale: #707070. Windows color (decimal): -5153995 or 3496881. OLE color: 3496881.

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

Color convert

RGB1779153-
CMYK00.490.700.31
HSL18.39º53.91%45.1%-
HSV(B)18.39º70.06%69.41%-
XYZ22.5217.095.48-
YUV112.3894.49174.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=55.14%
G=28.35%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177915300.490.700.3118.3953.9145.1
HexB15B35031461F12362d
Octal2611336506110637226655
Binary101100011011011110101011000110001101111110010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B35; }

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

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

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

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

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

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

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

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