#BC534F

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

Shades of Sunset #BC534F

Tints of Sunset #BC534F

Color information

#BC534F (or 0xBC534F) is unknown color: approx Sunset. HEX triplet: BC, 53 and 4F. RGB value is (188,83,79). Sum of RGB (Red+Green+Blue) = 188+83+79=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC534F is #43ACB0. Grayscale: #727272. Windows color (decimal): -4435121 or 5198780. OLE color: 5198780.

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

Color convert

RGB1888379-
CMYK00.560.580.26
HSL2.2º44.86%52.35%-
HSV(B)2.2º57.98%73.73%-
XYZ25.2417.449.43-
YUV113.94108.29180.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=53.71%
G=23.71%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188837900.560.580.262.244.8652.35
HexBC534F0383A1A22d34
Octal274123117070723225564
Binary101111001010011100111101110001110101101010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC534F; }

 p { color: rgb(188,83,79); }

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

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

 a { background-color: rgb(188,83,79); }

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

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

 span { border-color: rgb(188,83,79); }

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