Html Css Color HEX #BC5124 Fiery Orange

📋 copy color: '#BC5124'

red 188 ◦ green 81 ◦ blue 36

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

Shades of Fiery Orange #BC5124

Tints of Fiery Orange #BC5124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.8%

R = 61.64%
G = 26.56%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC5124 (or 0xBC5124) is known color: Fiery Orange. HEX triplet: BC, 51 and 24. RGB value is (188,81,36). Sum of RGB (Red+Green+Blue) = 188+81+36=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5124 is #43AEDB. Grayscale: #6C6C6C. Windows color (decimal): -4435676 or 2380220. OLE color: 2380220.

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

Color convert

RGB 188 81 36 -
CMYK 0 0.57 0.81 0.26
HSL 17.76º 0.68% 0.44% -
HSV(B) 17.76º 0.81% 0.74% -
XYZ 24 16.7 3.63 -
YUV 107.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 188 81 36 0 0.57 0.81 0.26 17.76 0.68 0.44
Hex BC 51 24 0 39 51 1A 12 44 2C
Octal 274 121 44 0 71 121 32 22 104 54
Binary 10111100 1010001 100100 0 111001 1010001 11010 10010 1000100 101100

Color Harmonies of #BC5124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5124

Black with #BC5124

Text Example


Text Example

White with #BC5124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5124; }

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

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

background-color css

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

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

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

border-color css

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

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

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