#B65A17

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

Shades of Fiery Orange #B65A17

Tints of Fiery Orange #B65A17

Color information

#B65A17 (or 0xB65A17) is unknown color: approx Fiery Orange. HEX triplet: B6, 5A and 17. RGB value is (182,90,23). Sum of RGB (Red+Green+Blue) = 182+90+23=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65A17 is #49A5E8. Grayscale: #6E6E6E. Windows color (decimal): -4826601 or 1530550. OLE color: 1530550.

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

Color convert

RGB1829023-
CMYK00.510.870.29
HSL25.28º77.56%40.2%-
HSV(B)25.28º87.36%71.37%-
XYZ23.117.322.94-
YUV109.8778.98179.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.69%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 23 (9.38% from 255) = 7.80%
R=61.69%
G=30.51%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182902300.510.870.2925.2877.5640.2
HexB65A17033571D194e28
Octal26613227063127353111650
Binary101101101011010101110110011101011111101110011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A17; }

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

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

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

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

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

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

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

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