#B65A16

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

Shades of Fiery Orange #B65A16

Tints of Fiery Orange #B65A16

Color information

#B65A16 (or 0xB65A16) is unknown color: approx Fiery Orange. HEX triplet: B6, 5A and 16. RGB value is (182,90,22). Sum of RGB (Red+Green+Blue) = 182+90+22=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65A16 is #49A5E9. Grayscale: #6E6E6E. Windows color (decimal): -4826602 or 1465014. OLE color: 1465014.

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

Color convert

RGB1829022-
CMYK00.510.880.29
HSL25.5º78.43%40%-
HSV(B)25.5º87.91%71.37%-
XYZ23.0917.322.88-
YUV109.7678.48179.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=61.90%
G=30.61%
B=7.48%

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
Decimal182902200.510.880.2925.578.4340
HexB65A16033581D1a4e28
Octal26613226063130353211650
Binary101101101011010101100110011101100011101110101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A16; }

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

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

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

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

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

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

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

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