Html Css Color HEX #BC511D Fiery Orange

📋 copy color: '#BC511D'

red 188 ◦ green 81 ◦ blue 29

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

Shades of Fiery Orange #BC511D

Tints of Fiery Orange #BC511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.18%

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 63.09%
G = 27.18%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC511D (or 0xBC511D) is known color: Fiery Orange. HEX triplet: BC, 51 and 1D. RGB value is (188,81,29). Sum of RGB (Red+Green+Blue) = 188+81+29=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC511D is #43AEE2. Grayscale: #6B6B6B. Windows color (decimal): -4435683 or 1921468. OLE color: 1921468.

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

Color convert

RGB 188 81 29 -
CMYK 0 0.57 0.85 0.26
HSL 19.62º 0.73% 0.43% -
HSV(B) 19.62º 0.85% 0.74% -
XYZ 23.9 16.66 3.12 -
YUV 107.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 188 81 29 0 0.57 0.85 0.26 19.62 0.73 0.43
Hex BC 51 1D 0 39 55 1A 14 49 2B
Octal 274 121 35 0 71 125 32 24 111 53
Binary 10111100 1010001 11101 0 111001 1010101 11010 10100 1001001 101011

Color Harmonies of #BC511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC511D

Black with #BC511D

Text Example


Text Example

White with #BC511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC511D; }

 p { color: rgb(188,81,29); }

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

background-color css

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

 a { background-color: rgb(188,81,29); }

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

border-color css

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

 span { border-color: rgb(188,81,29); }

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