#BF3647

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

Shades of Old Rose #BF3647

Tints of Old Rose #BF3647

Color information

#BF3647 (or 0xBF3647) is unknown color: approx Old Rose. HEX triplet: BF, 36 and 47. RGB value is (191,54,71). Sum of RGB (Red+Green+Blue) = 191+54+71=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3647 is #40C9B8. Grayscale: #606060. Windows color (decimal): -4245945 or 4667071. OLE color: 4667071.

HSL color Cylindrical-coordinate representation of color #BF3647: hue angle of 352.55º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3647 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1915471-
CMYK00.720.630.25
HSL352.55º55.92%48.04%-
HSV(B)352.55º71.73%74.9%-
XYZ23.9414.177.43-
YUV96.9113.39195.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.44%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 71 (28.12% from 255) = 22.47%
R=60.44%
G=17.09%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191547100.720.630.25352.5555.9248.04
HexBF36470483F191613830
Octal27766107011077315417060
Binary1011111111011010001110100100011111111001101100001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3647; }

 p { color: rgb(191,54,71); }

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

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

 a { background-color: rgb(191,54,71); }

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

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

 span { border-color: rgb(191,54,71); }

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