Html Css Color HEX #BF3F57 Old Rose

📋 copy color: '#BF3F57'

red 191 ◦ green 63 ◦ blue 87

#BF3F57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BF3F57

Tints of Old Rose #BF3F57

RGB

 RED value IS 191 (75% from 255) = 56.01%

 GREEN value IS 63 (25% from 255) = 18.48%

 BLUE value IS 87 (34.38% from 255) = 25.51%

R = 56.01%
G = 18.48%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF3F57 (or 0xBF3F57) is known color: Old Rose. HEX triplet: BF, 3F and 57. RGB value is (191,63,87). Sum of RGB (Red+Green+Blue) = 191+63+87=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F57 is #40C0A8. Grayscale: #686868. Windows color (decimal): -4243625 or 5717951. OLE color: 5717951.

HSL color Cylindrical-coordinate representation of color #BF3F57: hue angle of 348.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F57 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 63 87 -
CMYK 0 0.67 0.54 0.25
HSL 348.75º 0.5% 0.5% -
HSV(B) 348.75º 0.67% 0.75% -
XYZ 24.98 15.32 10.66 -
YUV 104.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 191 63 87 0 0.67 0.54 0.25 348.75 0.5 0.5
Hex BF 3F 57 0 43 36 19 15D 32 32
Octal 277 77 127 0 103 66 31 535 62 62
Binary 10111111 111111 1010111 0 1000011 110110 11001 101011101 110010 110010

Color Harmonies of #BF3F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F57

Black with #BF3F57

Text Example


Text Example

White with #BF3F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F57; }

 p { color: rgb(191,63,87); }

 H1.HeaderClassName
 {
   color: #BF3F57;
 }
 .AnyTagClassName
 {
   color: #BF3F57;
 }
</style>

background-color css

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

 a { background-color: rgb(191,63,87); }

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

border-color css

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

 span { border-color: rgb(191,63,87); }

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