Html Css Color HEX #BC5424 Fiery Orange

📋 copy color: '#BC5424'

red 188 ◦ green 84 ◦ blue 36

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

Shades of Fiery Orange #BC5424

Tints of Fiery Orange #BC5424

RGB

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

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

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

R = 61.04%
G = 27.27%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC5424 (or 0xBC5424) is known color: Fiery Orange. HEX triplet: BC, 54 and 24. RGB value is (188,84,36). Sum of RGB (Red+Green+Blue) = 188+84+36=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5424 is #43ABDB. Grayscale: #6D6D6D. Windows color (decimal): -4434908 or 2380988. OLE color: 2380988.

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

Color convert

RGB 188 84 36 -
CMYK 0 0.55 0.81 0.26
HSL 18.95º 0.68% 0.44% -
HSV(B) 18.95º 0.81% 0.74% -
XYZ 24.23 17.16 3.7 -
YUV 109.62 86.46 183.9 -
System Red Green Blue C M Y K H S L
Decimal 188 84 36 0 0.55 0.81 0.26 18.95 0.68 0.44
Hex BC 54 24 0 37 51 1A 13 44 2C
Octal 274 124 44 0 67 121 32 23 104 54
Binary 10111100 1010100 100100 0 110111 1010001 11010 10011 1000100 101100

Color Harmonies of #BC5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5424

Black with #BC5424

Text Example


Text Example

White with #BC5424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5424; }

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

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

background-color css

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

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

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

border-color css

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

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

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