Html Css Color HEX #BC5428 Fiery Orange

📋 copy color: '#BC5428'

red 188 ◦ green 84 ◦ blue 40

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

Shades of Fiery Orange #BC5428

Tints of Fiery Orange #BC5428

RGB

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

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

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

R = 60.26%
G = 26.92%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5428 (or 0xBC5428) is known color: Fiery Orange. HEX triplet: BC, 54 and 28. RGB value is (188,84,40). Sum of RGB (Red+Green+Blue) = 188+84+40=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5428 is #43ABD7. Grayscale: #6E6E6E. Windows color (decimal): -4434904 or 2643132. OLE color: 2643132.

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

Color convert

RGB 188 84 40 -
CMYK 0 0.55 0.79 0.26
HSL 17.84º 0.65% 0.45% -
HSV(B) 17.84º 0.79% 0.74% -
XYZ 24.29 17.19 4.04 -
YUV 110.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 188 84 40 0 0.55 0.79 0.26 17.84 0.65 0.45
Hex BC 54 28 0 37 4F 1A 12 41 2D
Octal 274 124 50 0 67 117 32 22 101 55
Binary 10111100 1010100 101000 0 110111 1001111 11010 10010 1000001 101101

Color Harmonies of #BC5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5428

Black with #BC5428

Text Example


Text Example

White with #BC5428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5428; }

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

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

background-color css

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

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

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

border-color css

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

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

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