Html Css Color HEX #BC5224 Fiery Orange

📋 copy color: '#BC5224'

red 188 ◦ green 82 ◦ blue 36

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

Shades of Fiery Orange #BC5224

Tints of Fiery Orange #BC5224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

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

R = 61.44%
G = 26.8%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC5224 (or 0xBC5224) is known color: Fiery Orange. HEX triplet: BC, 52 and 24. RGB value is (188,82,36). Sum of RGB (Red+Green+Blue) = 188+82+36=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5224 is #43ADDB. Grayscale: #6C6C6C. Windows color (decimal): -4435420 or 2380476. OLE color: 2380476.

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

Color convert

RGB 188 82 36 -
CMYK 0 0.56 0.81 0.26
HSL 18.16º 0.68% 0.44% -
HSV(B) 18.16º 0.81% 0.74% -
XYZ 24.07 16.85 3.65 -
YUV 108.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 188 82 36 0 0.56 0.81 0.26 18.16 0.68 0.44
Hex BC 52 24 0 38 51 1A 12 44 2C
Octal 274 122 44 0 70 121 32 22 104 54
Binary 10111100 1010010 100100 0 111000 1010001 11010 10010 1000100 101100

Color Harmonies of #BC5224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5224

Black with #BC5224

Text Example


Text Example

White with #BC5224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5224; }

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

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

background-color css

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

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

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

border-color css

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

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

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