Html Css Color HEX #BC541D Fiery Orange

📋 copy color: '#BC541D'

red 188 ◦ green 84 ◦ blue 29

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

Shades of Fiery Orange #BC541D

Tints of Fiery Orange #BC541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

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

R = 62.46%
G = 27.91%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC541D (or 0xBC541D) is known color: Fiery Orange. HEX triplet: BC, 54 and 1D. RGB value is (188,84,29). Sum of RGB (Red+Green+Blue) = 188+84+29=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC541D is #43ABE2. Grayscale: #6D6D6D. Windows color (decimal): -4434915 or 1922236. OLE color: 1922236.

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

Color convert

RGB 188 84 29 -
CMYK 0 0.55 0.85 0.26
HSL 20.75º 0.73% 0.43% -
HSV(B) 20.75º 0.85% 0.74% -
XYZ 24.13 17.12 3.2 -
YUV 108.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 188 84 29 0 0.55 0.85 0.26 20.75 0.73 0.43
Hex BC 54 1D 0 37 55 1A 15 49 2B
Octal 274 124 35 0 67 125 32 25 111 53
Binary 10111100 1010100 11101 0 110111 1010101 11010 10101 1001001 101011

Color Harmonies of #BC541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC541D

Black with #BC541D

Text Example


Text Example

White with #BC541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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