#B6541F

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

Shades of Fiery Orange #B6541F

Tints of Fiery Orange #B6541F

Color information

#B6541F (or 0xB6541F) is unknown color: approx Fiery Orange. HEX triplet: B6, 54 and 1F. RGB value is (182,84,31). Sum of RGB (Red+Green+Blue) = 182+84+31=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B6541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6541F is #49ABE0. Grayscale: #6B6B6B. Windows color (decimal): -4828129 or 2053302. OLE color: 2053302.

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

Color convert

RGB1828431-
CMYK00.540.830.29
HSL21.06º70.89%41.76%-
HSV(B)21.06º82.97%71.37%-
XYZ22.7116.383.26-
YUV107.2684.97181.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.28%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=61.28%
G=28.28%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182843100.540.830.2921.0670.8941.76
HexB6541F036531D15472a
Octal26612437066123352510752
Binary101101101010100111110110110101001111101101011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6541F; }

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

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

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

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

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

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

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

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