#BC334A

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

Shades of Old Rose #BC334A

Tints of Old Rose #BC334A

Color information

#BC334A (or 0xBC334A) is unknown color: approx Old Rose. HEX triplet: BC, 33 and 4A. RGB value is (188,51,74). Sum of RGB (Red+Green+Blue) = 188+51+74=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC334A is #43CCB5. Grayscale: #5E5E5E. Windows color (decimal): -4443318 or 4862908. OLE color: 4862908.

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

Color convert

RGB1885174-
CMYK00.730.610.26
HSL349.93º57.32%46.86%-
HSV(B)349.93º72.87%73.73%-
XYZ23.1613.557.87-
YUV94.58116.39194.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.06%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=60.06%
G=16.29%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188517400.730.610.26349.9357.3246.86
HexBC334A0493D1A15e392f
Octal27463112011175325367157
Binary1011110011001110010100100100111110111010101011110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC334A; }

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

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

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

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

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

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

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

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