Html Css Color HEX #BC5719 Fiery Orange

📋 copy color: '#BC5719'

red 188 ◦ green 87 ◦ blue 25

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

Shades of Fiery Orange #BC5719

Tints of Fiery Orange #BC5719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 62.67%
G = 29%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC5719 (or 0xBC5719) is known color: Fiery Orange. HEX triplet: BC, 57 and 19. RGB value is (188,87,25). Sum of RGB (Red+Green+Blue) = 188+87+25=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5719 is #43A8E6. Grayscale: #6E6E6E. Windows color (decimal): -4434151 or 1660860. OLE color: 1660860.

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

Color convert

RGB 188 87 25 -
CMYK 0 0.54 0.87 0.26
HSL 22.82º 0.77% 0.42% -
HSV(B) 22.82º 0.87% 0.74% -
XYZ 24.32 17.58 3.03 -
YUV 110.13 79.96 183.54 -
System Red Green Blue C M Y K H S L
Decimal 188 87 25 0 0.54 0.87 0.26 22.82 0.77 0.42
Hex BC 57 19 0 36 57 1A 17 4D 2A
Octal 274 127 31 0 66 127 32 27 115 52
Binary 10111100 1010111 11001 0 110110 1010111 11010 10111 1001101 101010

Color Harmonies of #BC5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5719

Black with #BC5719

Text Example


Text Example

White with #BC5719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5719; }

 p { color: rgb(188,87,25); }

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

background-color css

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

 a { background-color: rgb(188,87,25); }

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

border-color css

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

 span { border-color: rgb(188,87,25); }

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