#BC414A

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

Shades of Old Rose #BC414A

Tints of Old Rose #BC414A

Color information

#BC414A (or 0xBC414A) is unknown color: approx Old Rose. HEX triplet: BC, 41 and 4A. RGB value is (188,65,74). Sum of RGB (Red+Green+Blue) = 188+65+74=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC414A is #43BEB5. Grayscale: #666666. Windows color (decimal): -4439734 or 4866492. OLE color: 4866492.

HSL color Cylindrical-coordinate representation of color #BC414A: hue angle of 355.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC414A is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1886574-
CMYK00.650.610.26
HSL355.61º48.62%49.61%-
HSV(B)355.61º65.43%73.73%-
XYZ23.8714.978.11-
YUV102.8111.75188.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.49%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=57.49%
G=19.88%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188657400.650.610.26355.6148.6249.61
HexBC414A0413D1A1643132
Octal274101112010175325446162
Binary10111100100000110010100100000111110111010101100100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC414A; }

 p { color: rgb(188,65,74); }

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

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

 a { background-color: rgb(188,65,74); }

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

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

 span { border-color: rgb(188,65,74); }

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