#B15736

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

Shades of Fiery Orange #B15736

Tints of Fiery Orange #B15736

Color information

#B15736 (or 0xB15736) is unknown color: approx Fiery Orange. HEX triplet: B1, 57 and 36. RGB value is (177,87,54). Sum of RGB (Red+Green+Blue) = 177+87+54=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B15736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15736 is #4EA8C9. Grayscale: #6E6E6E. Windows color (decimal): -5155018 or 3561393. OLE color: 3561393.

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

Color convert

RGB1778754-
CMYK00.510.690.31
HSL16.1º53.25%45.29%-
HSV(B)16.1º69.49%69.41%-
XYZ22.2116.435.49-
YUV110.1596.32175.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=55.66%
G=27.36%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177875400.510.690.3116.153.2545.29
HexB15736033451F10352d
Octal2611276606310537206555
Binary101100011010111110110011001110001011111110000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15736; }

 p { color: rgb(177,87,54); }

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

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

 a { background-color: rgb(177,87,54); }

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

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

 span { border-color: rgb(177,87,54); }

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