Html Css Color HEX #BC562C Fiery Orange

📋 copy color: '#BC562C'

red 188 ◦ green 86 ◦ blue 44

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

Shades of Fiery Orange #BC562C

Tints of Fiery Orange #BC562C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 59.12%
G = 27.04%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC562C (or 0xBC562C) is known color: Fiery Orange. HEX triplet: BC, 56 and 2C. RGB value is (188,86,44). Sum of RGB (Red+Green+Blue) = 188+86+44=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC562C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC562C is #43A9D3. Grayscale: #6F6F6F. Windows color (decimal): -4434388 or 2905788. OLE color: 2905788.

HSL color Cylindrical-coordinate representation of color #BC562C: hue angle of 17.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC562C is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 44 -
CMYK 0 0.54 0.77 0.26
HSL 17.5º 0.62% 0.45% -
HSV(B) 17.5º 0.77% 0.74% -
XYZ 24.52 17.53 4.47 -
YUV 111.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 188 86 44 0 0.54 0.77 0.26 17.5 0.62 0.45
Hex BC 56 2C 0 36 4D 1A 12 3E 2D
Octal 274 126 54 0 66 115 32 22 76 55
Binary 10111100 1010110 101100 0 110110 1001101 11010 10010 111110 101101

Color Harmonies of #BC562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC562C

Black with #BC562C

Text Example


Text Example

White with #BC562C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC562C; }

 p { color: rgb(188,86,44); }

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

background-color css

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

 a { background-color: rgb(188,86,44); }

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

border-color css

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

 span { border-color: rgb(188,86,44); }

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