#BD501E

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

Shades of Fiery Orange #BD501E

Tints of Fiery Orange #BD501E

Color information

#BD501E (or 0xBD501E) is unknown color: approx Fiery Orange. HEX triplet: BD, 50 and 1E. RGB value is (189,80,30). Sum of RGB (Red+Green+Blue) = 189+80+30=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD501E is #42AFE1. Grayscale: #6B6B6B. Windows color (decimal): -4370402 or 1986749. OLE color: 1986749.

HSL color Cylindrical-coordinate representation of color #BD501E: hue angle of 18.87º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD501E is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1898030-
CMYK00.580.840.26
HSL18.87º72.6%42.94%-
HSV(B)18.87º84.13%74.12%-
XYZ24.0916.653.17-
YUV106.8984.61186.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 30 (12.11% from 255) = 10.03%
R=63.21%
G=26.76%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189803000.580.840.2618.8772.642.94
HexBD501E03A541A13492b
Octal27512036072124322311153
Binary101111011010000111100111010101010011010100111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD501E; }

 p { color: rgb(189,80,30); }

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

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

 a { background-color: rgb(189,80,30); }

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

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

 span { border-color: rgb(189,80,30); }

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