#BC544E

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

Shades of Sunset #BC544E

Tints of Sunset #BC544E

Color information

#BC544E (or 0xBC544E) is unknown color: approx Sunset. HEX triplet: BC, 54 and 4E. RGB value is (188,84,78). Sum of RGB (Red+Green+Blue) = 188+84+78=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC544E is #43ABB1. Grayscale: #727272. Windows color (decimal): -4434866 or 5133500. OLE color: 5133500.

HSL color Cylindrical-coordinate representation of color #BC544E: hue angle of 3.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC544E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB1888478-
CMYK00.550.590.26
HSL3.27º45.08%52.16%-
HSV(B)3.27º58.51%73.73%-
XYZ25.2817.589.27-
YUV114.41107.46180.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=53.71%
G=24%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188847800.550.590.263.2745.0852.16
HexBC544E0373B1A32d34
Octal274124116067733235564
Binary101111001010100100111001101111110111101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC544E; }

 p { color: rgb(188,84,78); }

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

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

 a { background-color: rgb(188,84,78); }

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

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

 span { border-color: rgb(188,84,78); }

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