Html Css Color HEX #BC501F Fiery Orange

📋 copy color: '#BC501F'

red 188 ◦ green 80 ◦ blue 31

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

Shades of Fiery Orange #BC501F

Tints of Fiery Orange #BC501F

RGB

 RED value IS 188 (73.83% from 255) = 62.88%

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

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

R = 62.88%
G = 26.76%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC501F (or 0xBC501F) is known color: Fiery Orange. HEX triplet: BC, 50 and 1F. RGB value is (188,80,31). Sum of RGB (Red+Green+Blue) = 188+80+31=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC501F is #43AFE0. Grayscale: #6B6B6B. Windows color (decimal): -4435937 or 2052284. OLE color: 2052284.

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

Color convert

RGB 188 80 31 -
CMYK 0 0.57 0.84 0.26
HSL 18.73º 0.72% 0.43% -
HSV(B) 18.73º 0.84% 0.74% -
XYZ 23.86 16.53 3.23 -
YUV 106.71 85.28 185.98 -
System Red Green Blue C M Y K H S L
Decimal 188 80 31 0 0.57 0.84 0.26 18.73 0.72 0.43
Hex BC 50 1F 0 39 54 1A 13 48 2B
Octal 274 120 37 0 71 124 32 23 110 53
Binary 10111100 1010000 11111 0 111001 1010100 11010 10011 1001000 101011

Color Harmonies of #BC501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC501F

Black with #BC501F

Text Example


Text Example

White with #BC501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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