Html Css Color HEX #BC542D Fiery Orange

📋 copy color: '#BC542D'

red 188 ◦ green 84 ◦ blue 45

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

Shades of Fiery Orange #BC542D

Tints of Fiery Orange #BC542D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 59.31%
G = 26.5%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC542D (or 0xBC542D) is known color: Fiery Orange. HEX triplet: BC, 54 and 2D. RGB value is (188,84,45). Sum of RGB (Red+Green+Blue) = 188+84+45=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC542D is #43ABD2. Grayscale: #6E6E6E. Windows color (decimal): -4434899 or 2970812. OLE color: 2970812.

HSL color Cylindrical-coordinate representation of color #BC542D: hue angle of 16.36º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC542D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 45 -
CMYK 0 0.55 0.76 0.26
HSL 16.36º 0.61% 0.46% -
HSV(B) 16.36º 0.76% 0.74% -
XYZ 24.38 17.22 4.52 -
YUV 110.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 188 84 45 0 0.55 0.76 0.26 16.36 0.61 0.46
Hex BC 54 2D 0 37 4C 1A 10 3D 2E
Octal 274 124 55 0 67 114 32 20 75 56
Binary 10111100 1010100 101101 0 110111 1001100 11010 10000 111101 101110

Color Harmonies of #BC542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC542D

Black with #BC542D

Text Example


Text Example

White with #BC542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC542D; }

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

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

background-color css

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

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

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

border-color css

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

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

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