#B65A15

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

Shades of Fiery Orange #B65A15

Tints of Fiery Orange #B65A15

Color information

#B65A15 (or 0xB65A15) is unknown color: approx Fiery Orange. HEX triplet: B6, 5A and 15. RGB value is (182,90,21). Sum of RGB (Red+Green+Blue) = 182+90+21=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65A15 is #49A5EA. Grayscale: #6E6E6E. Windows color (decimal): -4826603 or 1399478. OLE color: 1399478.

HSL color Cylindrical-coordinate representation of color #B65A15: hue angle of 25.71º 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 #B65A15 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1829021-
CMYK00.510.880.29
HSL25.71º79.31%39.8%-
HSV(B)25.71º88.46%71.37%-
XYZ23.0817.312.83-
YUV109.6477.98179.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.12%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 21 (8.59% from 255) = 7.17%
R=62.12%
G=30.72%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182902100.510.880.2925.7179.3139.8
HexB65A15033581D1a4f28
Octal26613225063130353211750
Binary101101101011010101010110011101100011101110101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A15; }

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

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

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

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

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

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

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

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