#BF3C4C

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

Shades of Old Rose #BF3C4C

Tints of Old Rose #BF3C4C

Color information

#BF3C4C (or 0xBF3C4C) is unknown color: approx Old Rose. HEX triplet: BF, 3C and 4C. RGB value is (191,60,76). Sum of RGB (Red+Green+Blue) = 191+60+76=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C4C is #40C3B3. Grayscale: #656565. Windows color (decimal): -4244404 or 4996287. OLE color: 4996287.

HSL color Cylindrical-coordinate representation of color #BF3C4C: hue angle of 352.67º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C4C is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1916076-
CMYK00.690.600.25
HSL352.67º52.19%49.22%-
HSV(B)352.67º68.59%74.9%-
XYZ24.4114.838.41-
YUV100.99113.9192.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.41%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=58.41%
G=18.35%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191607600.690.600.25352.6752.1949.22
HexBF3C4C0453C191613431
Octal27774114010574315416461
Binary1011111111110010011000100010111110011001101100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3C4C; }

 p { color: rgb(191,60,76); }

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

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

 a { background-color: rgb(191,60,76); }

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

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

 span { border-color: rgb(191,60,76); }

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