#BC504B

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

Shades of Sunset #BC504B

Tints of Sunset #BC504B

Color information

#BC504B (or 0xBC504B) is unknown color: approx Sunset. HEX triplet: BC, 50 and 4B. RGB value is (188,80,75). Sum of RGB (Red+Green+Blue) = 188+80+75=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC504B is #43AFB4. Grayscale: #6F6F6F. Windows color (decimal): -4435893 or 4935868. OLE color: 4935868.

HSL color Cylindrical-coordinate representation of color #BC504B: hue angle of 2.65º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC504B is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1888075-
CMYK00.570.600.26
HSL2.65º45.75%51.57%-
HSV(B)2.65º60.11%73.73%-
XYZ24.8816.948.61-
YUV111.72107.28182.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.81%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=54.81%
G=23.32%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188807500.570.600.262.6545.7551.57
HexBC504B0393C1A32e34
Octal274120113071743235664
Binary101111001010000100101101110011111001101011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC504B; }

 p { color: rgb(188,80,75); }

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

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

 a { background-color: rgb(188,80,75); }

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

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

 span { border-color: rgb(188,80,75); }

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