#BC5227

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

Shades of Fiery Orange #BC5227

Tints of Fiery Orange #BC5227

Color information

#BC5227 (or 0xBC5227) is unknown color: approx Fiery Orange. HEX triplet: BC, 52 and 27. RGB value is (188,82,39). Sum of RGB (Red+Green+Blue) = 188+82+39=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5227 is #43ADD8. Grayscale: #6D6D6D. Windows color (decimal): -4435417 or 2577084. OLE color: 2577084.

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

Color convert

RGB1888239-
CMYK00.560.790.26
HSL17.32º65.64%44.51%-
HSV(B)17.32º79.26%73.73%-
XYZ24.1216.873.9-
YUV108.7988.62184.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=60.84%
G=26.54%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188823900.560.790.2617.3265.6444.51
HexBC52270384F1A11422d
Octal27412247070117322110255
Binary1011110010100101001110111000100111111010100011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5227; }

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

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

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

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

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

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

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

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