#BC5726

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

Shades of Fiery Orange #BC5726

Tints of Fiery Orange #BC5726

Color information

#BC5726 (or 0xBC5726) is unknown color: approx Fiery Orange. HEX triplet: BC, 57 and 26. RGB value is (188,87,38). Sum of RGB (Red+Green+Blue) = 188+87+38=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5726 is #43A8D9. Grayscale: #6F6F6F. Windows color (decimal): -4434138 or 2512828. OLE color: 2512828.

HSL color Cylindrical-coordinate representation of color #BC5726: hue angle of 19.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC5726 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1888738-
CMYK00.540.800.26
HSL19.6º66.37%44.31%-
HSV(B)19.6º79.79%73.73%-
XYZ24.517.653.95-
YUV111.6186.46182.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.06%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=60.06%
G=27.80%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188873800.540.800.2619.666.3744.31
HexBC5726036501A14422c
Octal27412746066120322410254
Binary1011110010101111001100110110101000011010101001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5726; }

 p { color: rgb(188,87,38); }

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

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

 a { background-color: rgb(188,87,38); }

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

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

 span { border-color: rgb(188,87,38); }

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