#B15D22

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

Shades of Fiery Orange #B15D22

Tints of Fiery Orange #B15D22

Color information

#B15D22 (or 0xB15D22) is unknown color: approx Fiery Orange. HEX triplet: B1, 5D and 22. RGB value is (177,93,34). Sum of RGB (Red+Green+Blue) = 177+93+34=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D22 is #4EA2DD. Grayscale: #6F6F6F. Windows color (decimal): -5153502 or 2252209. OLE color: 2252209.

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

Color convert

RGB1779334-
CMYK00.470.810.31
HSL24.76º67.77%41.37%-
HSV(B)24.76º80.79%69.41%-
XYZ22.3317.293.67-
YUV111.3984.33174.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.22%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 34 (13.67% from 255) = 11.18%
R=58.22%
G=30.59%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177933400.470.810.3124.7667.7741.37
HexB15D2202F511F194429
Octal26113542057121373110451
Binary1011000110111011000100101111101000111111110011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D22; }

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

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

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

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

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

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

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

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