#B65539

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

Shades of Fiery Orange #B65539

Tints of Fiery Orange #B65539

Color information

#B65539 (or 0xB65539) is unknown color: approx Fiery Orange. HEX triplet: B6, 55 and 39. RGB value is (182,85,57). Sum of RGB (Red+Green+Blue) = 182+85+57=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B65539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65539 is #49AAC6. Grayscale: #6F6F6F. Windows color (decimal): -4827847 or 3757494. OLE color: 3757494.

HSL color Cylindrical-coordinate representation of color #B65539: hue angle of 13.44º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B65539 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1828557-
CMYK00.530.690.29
HSL13.44º52.3%46.86%-
HSV(B)13.44º68.68%71.37%-
XYZ23.2816.745.87-
YUV110.8197.64178.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 57 (22.66% from 255) = 17.59%
R=56.17%
G=26.23%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182855700.530.690.2913.4452.346.86
HexB65539035451Dd342f
Octal2661257106510535156457
Binary10110110101010111100101101011000101111011101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65539; }

 p { color: rgb(182,85,57); }

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

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

 a { background-color: rgb(182,85,57); }

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

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

 span { border-color: rgb(182,85,57); }

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