#BC5127

Color #BC5127 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #BC5127

Tints of Fiery Orange #BC5127

Color information

#BC5127 (or 0xBC5127) is unknown color: approx Fiery Orange. HEX triplet: BC, 51 and 27. RGB value is (188,81,39). Sum of RGB (Red+Green+Blue) = 188+81+39=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5127 is #43AED8. Grayscale: #6C6C6C. Windows color (decimal): -4435673 or 2576828. OLE color: 2576828.

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

Color convert

RGB1888139-
CMYK00.570.790.26
HSL16.91º65.64%44.51%-
HSV(B)16.91º79.26%73.73%-
XYZ24.0516.723.88-
YUV108.288.95184.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.04%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=61.04%
G=26.30%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188813900.570.790.2616.9165.6444.51
HexBC51270394F1A11422d
Octal27412147071117322110255
Binary1011110010100011001110111001100111111010100011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5127; }

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

 H1.HeaderClassName
 {
   color: #BC5127;
 }
 .AnyTagClassName
 {
   color: #BC5127;
 }
</style>
background-color css

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

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

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

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

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

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