#BC5A27

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

Shades of Fiery Orange #BC5A27

Tints of Fiery Orange #BC5A27

Color information

#BC5A27 (or 0xBC5A27) is unknown color: approx Fiery Orange. HEX triplet: BC, 5A and 27. RGB value is (188,90,39). Sum of RGB (Red+Green+Blue) = 188+90+39=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A27 is #43A5D8. Grayscale: #717171. Windows color (decimal): -4433369 or 2579132. OLE color: 2579132.

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

Color convert

RGB1889039-
CMYK00.520.790.26
HSL20.54º65.64%44.51%-
HSV(B)20.54º79.26%73.73%-
XYZ24.7618.154.12-
YUV113.4985.97181.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.31%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 39 (15.62% from 255) = 12.30%
R=59.31%
G=28.39%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188903900.520.790.2620.5465.6444.51
HexBC5A270344F1A15422d
Octal27413247064117322510255
Binary1011110010110101001110110100100111111010101011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A27; }

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

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

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

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

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

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

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

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