#B15F35

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

Shades of Fiery Orange #B15F35

Tints of Fiery Orange #B15F35

Color information

#B15F35 (or 0xB15F35) is unknown color: approx Fiery Orange. HEX triplet: B1, 5F and 35. RGB value is (177,95,53). Sum of RGB (Red+Green+Blue) = 177+95+53=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15F35 is #4EA0CA. Grayscale: #727272. Windows color (decimal): -5152971 or 3497905. OLE color: 3497905.

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

Color convert

RGB1779553-
CMYK00.460.700.31
HSL20.32º53.91%45.1%-
HSV(B)20.32º70.06%69.41%-
XYZ22.8717.795.6-
YUV114.7393.17172.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=54.46%
G=29.23%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177955300.460.700.3120.3253.9145.1
HexB15F3502E461F14362d
Octal2611376505610637246655
Binary101100011011111110101010111010001101111110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F35; }

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

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

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

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

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

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

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

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