#BC334B

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

Shades of Old Rose #BC334B

Tints of Old Rose #BC334B

Color information

#BC334B (or 0xBC334B) is unknown color: approx Old Rose. HEX triplet: BC, 33 and 4B. RGB value is (188,51,75). Sum of RGB (Red+Green+Blue) = 188+51+75=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC334B is #43CCB4. Grayscale: #5E5E5E. Windows color (decimal): -4443317 or 4928444. OLE color: 4928444.

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

Color convert

RGB1885175-
CMYK00.730.600.26
HSL349.49º57.32%46.86%-
HSV(B)349.49º72.87%73.73%-
XYZ23.1913.578.05-
YUV94.7116.89194.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=59.87%
G=16.24%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188517500.730.600.26349.4957.3246.86
HexBC334B0493C1A15d392f
Octal27463113011174325357157
Binary1011110011001110010110100100111110011010101011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC334B; }

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

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

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

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

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

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

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

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