Html Css Color HEX #BC5128 Fiery Orange

📋 copy color: '#BC5128'

red 188 ◦ green 81 ◦ blue 40

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

Shades of Fiery Orange #BC5128

Tints of Fiery Orange #BC5128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

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

R = 60.84%
G = 26.21%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5128 (or 0xBC5128) is known color: Fiery Orange. HEX triplet: BC, 51 and 28. RGB value is (188,81,40). Sum of RGB (Red+Green+Blue) = 188+81+40=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5128 is #43AED7. Grayscale: #6C6C6C. Windows color (decimal): -4435672 or 2642364. OLE color: 2642364.

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

Color convert

RGB 188 81 40 -
CMYK 0 0.57 0.79 0.26
HSL 16.62º 0.65% 0.45% -
HSV(B) 16.62º 0.79% 0.74% -
XYZ 24.06 16.73 3.97 -
YUV 108.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 188 81 40 0 0.57 0.79 0.26 16.62 0.65 0.45
Hex BC 51 28 0 39 4F 1A 11 41 2D
Octal 274 121 50 0 71 117 32 21 101 55
Binary 10111100 1010001 101000 0 111001 1001111 11010 10001 1000001 101101

Color Harmonies of #BC5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5128

Black with #BC5128

Text Example


Text Example

White with #BC5128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5128; }

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

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

background-color css

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

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

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

border-color css

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

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

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