Html Css Color HEX #BC5725 Fiery Orange

📋 copy color: '#BC5725'

red 188 ◦ green 87 ◦ blue 37

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

Shades of Fiery Orange #BC5725

Tints of Fiery Orange #BC5725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 60.26%
G = 27.88%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC5725 (or 0xBC5725) is known color: Fiery Orange. HEX triplet: BC, 57 and 25. RGB value is (188,87,37). Sum of RGB (Red+Green+Blue) = 188+87+37=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5725 is #43A8DA. Grayscale: #6F6F6F. Windows color (decimal): -4434139 or 2447292. OLE color: 2447292.

HSL color Cylindrical-coordinate representation of color #BC5725: hue angle of 19.87º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC5725 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 37 -
CMYK 0 0.54 0.80 0.26
HSL 19.87º 0.67% 0.44% -
HSV(B) 19.87º 0.8% 0.74% -
XYZ 24.48 17.64 3.87 -
YUV 111.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 188 87 37 0 0.54 0.80 0.26 19.87 0.67 0.44
Hex BC 57 25 0 36 50 1A 14 43 2C
Octal 274 127 45 0 66 120 32 24 103 54
Binary 10111100 1010111 100101 0 110110 1010000 11010 10100 1000011 101100

Color Harmonies of #BC5725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5725

Black with #BC5725

Text Example


Text Example

White with #BC5725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5725; }

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

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

background-color css

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

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

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

border-color css

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

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

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