#BE561D

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

Shades of Fiery Orange #BE561D

Tints of Fiery Orange #BE561D

Color information

#BE561D (or 0xBE561D) is unknown color: approx Fiery Orange. HEX triplet: BE, 56 and 1D. RGB value is (190,86,29). Sum of RGB (Red+Green+Blue) = 190+86+29=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE561D is #41A9E2. Grayscale: #6E6E6E. Windows color (decimal): -4303331 or 1922750. OLE color: 1922750.

HSL color Cylindrical-coordinate representation of color #BE561D: hue angle of 21.24º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE561D is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1908629-
CMYK00.550.850.25
HSL21.24º73.52%42.94%-
HSV(B)21.24º84.74%74.51%-
XYZ24.7817.693.27-
YUV110.681.96184.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 29 (11.72% from 255) = 9.51%
R=62.30%
G=28.20%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190862900.550.850.2521.2473.5242.94
HexBE561D0375519154a2b
Octal27612635067125312511253
Binary101111101010110111010110111101010111001101011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE561D; }

 p { color: rgb(190,86,29); }

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

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

 a { background-color: rgb(190,86,29); }

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

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

 span { border-color: rgb(190,86,29); }

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