Html Css Color HEX #BC562A Fiery Orange

📋 copy color: '#BC562A'

red 188 ◦ green 86 ◦ blue 42

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

Shades of Fiery Orange #BC562A

Tints of Fiery Orange #BC562A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 59.49%
G = 27.22%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC562A (or 0xBC562A) is known color: Fiery Orange. HEX triplet: BC, 56 and 2A. RGB value is (188,86,42). Sum of RGB (Red+Green+Blue) = 188+86+42=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC562A is #43A9D5. Grayscale: #6F6F6F. Windows color (decimal): -4434390 or 2774716. OLE color: 2774716.

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

Color convert

RGB 188 86 42 -
CMYK 0 0.54 0.78 0.26
HSL 18.08º 0.63% 0.45% -
HSV(B) 18.08º 0.78% 0.74% -
XYZ 24.48 17.51 4.28 -
YUV 111.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 188 86 42 0 0.54 0.78 0.26 18.08 0.63 0.45
Hex BC 56 2A 0 36 4E 1A 12 3F 2D
Octal 274 126 52 0 66 116 32 22 77 55
Binary 10111100 1010110 101010 0 110110 1001110 11010 10010 111111 101101

Color Harmonies of #BC562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC562A

Black with #BC562A

Text Example


Text Example

White with #BC562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC562A; }

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

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

background-color css

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

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

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

border-color css

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

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

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