#B15C22

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

Shades of Fiery Orange #B15C22

Tints of Fiery Orange #B15C22

Color information

#B15C22 (or 0xB15C22) is unknown color: approx Fiery Orange. HEX triplet: B1, 5C and 22. RGB value is (177,92,34). Sum of RGB (Red+Green+Blue) = 177+92+34=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C22 is #4EA3DD. Grayscale: #6F6F6F. Windows color (decimal): -5153758 or 2251953. OLE color: 2251953.

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

Color convert

RGB1779234-
CMYK00.480.810.31
HSL24.34º67.77%41.37%-
HSV(B)24.34º80.79%69.41%-
XYZ22.2517.123.64-
YUV110.884.66175.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 34 (13.67% from 255) = 11.22%
R=58.42%
G=30.36%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177923400.480.810.3124.3467.7741.37
HexB15C22030511F184429
Octal26113442060121373010451
Binary1011000110111001000100110000101000111111110001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C22; }

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

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

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

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

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

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

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

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