#B65B15

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

Shades of Fiery Orange #B65B15

Tints of Fiery Orange #B65B15

Color information

#B65B15 (or 0xB65B15) is unknown color: approx Fiery Orange. HEX triplet: B6, 5B and 15. RGB value is (182,91,21). Sum of RGB (Red+Green+Blue) = 182+91+21=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65B15 is #49A4EA. Grayscale: #6E6E6E. Windows color (decimal): -4826347 or 1399734. OLE color: 1399734.

HSL color Cylindrical-coordinate representation of color #B65B15: hue angle of 26.09º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B65B15 is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1829121-
CMYK00.50.880.29
HSL26.09º79.31%39.8%-
HSV(B)26.09º88.46%71.37%-
XYZ23.1717.482.86-
YUV110.2377.65179.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 21 (8.59% from 255) = 7.14%
R=61.90%
G=30.95%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182912100.50.880.2926.0979.3139.8
HexB65B15032581D1a4f28
Octal26613325062130353211750
Binary101101101011011101010110010101100011101110101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B15; }

 p { color: rgb(182,91,21); }

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

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

 a { background-color: rgb(182,91,21); }

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

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

 span { border-color: rgb(182,91,21); }

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