#B65426

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

Shades of Fiery Orange #B65426

Tints of Fiery Orange #B65426

Color information

#B65426 (or 0xB65426) is unknown color: approx Fiery Orange. HEX triplet: B6, 54 and 26. RGB value is (182,84,38). Sum of RGB (Red+Green+Blue) = 182+84+38=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B65426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65426 is #49ABD9. Grayscale: #6C6C6C. Windows color (decimal): -4828122 or 2512054. OLE color: 2512054.

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

Color convert

RGB1828438-
CMYK00.540.790.29
HSL19.17º65.45%43.14%-
HSV(B)19.17º79.12%71.37%-
XYZ22.8116.433.8-
YUV108.0688.47180.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 38 (15.23% from 255) = 12.5%
R=59.87%
G=27.63%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182843800.540.790.2919.1765.4543.14
HexB654260364F1D13412b
Octal26612446066117352310153
Binary1011011010101001001100110110100111111101100111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65426; }

 p { color: rgb(182,84,38); }

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

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

 a { background-color: rgb(182,84,38); }

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

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

 span { border-color: rgb(182,84,38); }

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