#B15C32

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

Shades of Fiery Orange #B15C32

Tints of Fiery Orange #B15C32

Color information

#B15C32 (or 0xB15C32) is unknown color: approx Fiery Orange. HEX triplet: B1, 5C and 32. RGB value is (177,92,50). Sum of RGB (Red+Green+Blue) = 177+92+50=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C32 is #4EA3CD. Grayscale: #707070. Windows color (decimal): -5153742 or 3300529. OLE color: 3300529.

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

Color convert

RGB1779250-
CMYK00.480.720.31
HSL19.84º55.95%44.51%-
HSV(B)19.84º71.75%69.41%-
XYZ22.5317.235.16-
YUV112.6392.66173.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 50 (19.92% from 255) = 15.67%
R=55.49%
G=28.84%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177925000.480.720.3119.8455.9544.51
HexB15C32030481F14382d
Octal2611346206011037247055
Binary101100011011100110010011000010010001111110100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C32; }

 p { color: rgb(177,92,50); }

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

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

 a { background-color: rgb(177,92,50); }

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

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

 span { border-color: rgb(177,92,50); }

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