#B15F34

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

Shades of Fiery Orange #B15F34

Tints of Fiery Orange #B15F34

Color information

#B15F34 (or 0xB15F34) is unknown color: approx Fiery Orange. HEX triplet: B1, 5F and 34. RGB value is (177,95,52). Sum of RGB (Red+Green+Blue) = 177+95+52=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15F34 is #4EA0CB. Grayscale: #727272. Windows color (decimal): -5152972 or 3432369. OLE color: 3432369.

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

Color convert

RGB1779552-
CMYK00.460.710.31
HSL20.64º54.59%44.9%-
HSV(B)20.64º70.62%69.41%-
XYZ22.8417.785.48-
YUV114.6292.67172.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.63%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=54.63%
G=29.32%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177955200.460.710.3120.6454.5944.9
HexB15F3402E471F15372d
Octal2611376405610737256755
Binary101100011011111110100010111010001111111110101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F34; }

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

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

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

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

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

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

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

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