#BC414B

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

Shades of Old Rose #BC414B

Tints of Old Rose #BC414B

Color information

#BC414B (or 0xBC414B) is unknown color: approx Old Rose. HEX triplet: BC, 41 and 4B. RGB value is (188,65,75). Sum of RGB (Red+Green+Blue) = 188+65+75=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC414B is #43BEB4. Grayscale: #676767. Windows color (decimal): -4439733 or 4932028. OLE color: 4932028.

HSL color Cylindrical-coordinate representation of color #BC414B: hue angle of 355.12º 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 #BC414B is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1886575-
CMYK00.650.600.26
HSL355.12º48.62%49.61%-
HSV(B)355.12º65.43%73.73%-
XYZ23.914.988.29-
YUV102.92112.25188.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.32%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=57.32%
G=19.82%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188657500.650.600.26355.1248.6249.61
HexBC414B0413C1A1633132
Octal274101113010174325436162
Binary10111100100000110010110100000111110011010101100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC414B; }

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

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

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

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

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

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

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

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