Html Css Color HEX #BC5728 Fiery Orange

📋 copy color: '#BC5728'

red 188 ◦ green 87 ◦ blue 40

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

Shades of Fiery Orange #BC5728

Tints of Fiery Orange #BC5728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 59.68%
G = 27.62%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5728 (or 0xBC5728) is known color: Fiery Orange. HEX triplet: BC, 57 and 28. RGB value is (188,87,40). Sum of RGB (Red+Green+Blue) = 188+87+40=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5728 is #43A8D7. Grayscale: #707070. Windows color (decimal): -4434136 or 2643900. OLE color: 2643900.

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

Color convert

RGB 188 87 40 -
CMYK 0 0.54 0.79 0.26
HSL 19.05º 0.65% 0.45% -
HSV(B) 19.05º 0.79% 0.74% -
XYZ 24.53 17.66 4.12 -
YUV 111.84 87.46 182.32 -
System Red Green Blue C M Y K H S L
Decimal 188 87 40 0 0.54 0.79 0.26 19.05 0.65 0.45
Hex BC 57 28 0 36 4F 1A 13 41 2D
Octal 274 127 50 0 66 117 32 23 101 55
Binary 10111100 1010111 101000 0 110110 1001111 11010 10011 1000001 101101

Color Harmonies of #BC5728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5728

Black with #BC5728

Text Example


Text Example

White with #BC5728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5728; }

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

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

background-color css

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

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

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

border-color css

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

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

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