Html Css Color HEX #BD501F Fiery Orange

📋 copy color: '#BD501F'

red 189 ◦ green 80 ◦ blue 31

#BD501F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #BD501F

Tints of Fiery Orange #BD501F

RGB

 RED value IS 189 (74.22% from 255) = 63%

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 31 (12.5% from 255) = 10.33%

R = 63%
G = 26.67%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD501F (or 0xBD501F) is known color: Fiery Orange. HEX triplet: BD, 50 and 1F. RGB value is (189,80,31). Sum of RGB (Red+Green+Blue) = 189+80+31=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD501F is #42AFE0. Grayscale: #6B6B6B. Windows color (decimal): -4370401 or 2052285. OLE color: 2052285.

HSL color Cylindrical-coordinate representation of color #BD501F: hue angle of 18.61º degrees, saturation: 0.72, 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 #BD501F is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 80 31 -
CMYK 0 0.58 0.84 0.26
HSL 18.61º 0.72% 0.43% -
HSV(B) 18.61º 0.84% 0.74% -
XYZ 24.1 16.66 3.24 -
YUV 107.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 189 80 31 0 0.58 0.84 0.26 18.61 0.72 0.43
Hex BD 50 1F 0 3A 54 1A 13 48 2B
Octal 275 120 37 0 72 124 32 23 110 53
Binary 10111101 1010000 11111 0 111010 1010100 11010 10011 1001000 101011

Color Harmonies of #BD501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD501F

Black with #BD501F

Text Example


Text Example

White with #BD501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD501F; }

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

 H1.HeaderClassName
 {
   color: #BD501F;
 }
 .AnyTagClassName
 {
   color: #BD501F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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