#B15B27

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

Shades of Fiery Orange #B15B27

Tints of Fiery Orange #B15B27

Color information

#B15B27 (or 0xB15B27) is unknown color: approx Fiery Orange. HEX triplet: B1, 5B and 27. RGB value is (177,91,39). Sum of RGB (Red+Green+Blue) = 177+91+39=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B27 is #4EA4D8. Grayscale: #6F6F6F. Windows color (decimal): -5154009 or 2579377. OLE color: 2579377.

HSL color Cylindrical-coordinate representation of color #B15B27: hue angle of 22.61º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B15B27 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1779139-
CMYK00.490.780.31
HSL22.61º63.89%42.35%-
HSV(B)22.61º77.97%69.41%-
XYZ22.2416.984.02-
YUV110.7987.49175.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=57.65%
G=29.64%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177913900.490.780.3122.6163.8942.35
HexB15B270314E1F17402a
Octal26113347061116372710052
Binary1011000110110111001110110001100111011111101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B27; }

 p { color: rgb(177,91,39); }

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

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

 a { background-color: rgb(177,91,39); }

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

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

 span { border-color: rgb(177,91,39); }

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