#BC454A

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

Shades of Old Rose #BC454A

Tints of Old Rose #BC454A

Color information

#BC454A (or 0xBC454A) is unknown color: approx Old Rose. HEX triplet: BC, 45 and 4A. RGB value is (188,69,74). Sum of RGB (Red+Green+Blue) = 188+69+74=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC454A is #43BAB5. Grayscale: #696969. Windows color (decimal): -4438710 or 4867516. OLE color: 4867516.

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

Color convert

RGB1886974-
CMYK00.630.610.26
HSL357.48º47.04%50.39%-
HSV(B)357.48º63.3%73.73%-
XYZ24.115.448.19-
YUV105.15110.42187.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=56.80%
G=20.85%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188697400.630.610.26357.4847.0450.39
HexBC454A03F3D1A1652f32
Octal27410511207775325455762
Binary1011110010001011001010011111111110111010101100101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC454A; }

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

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

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

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

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

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

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

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