Html Css Color HEX #BF3E57 Old Rose

📋 copy color: '#BF3E57'

red 191 ◦ green 62 ◦ blue 87

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

Shades of Old Rose #BF3E57

Tints of Old Rose #BF3E57

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

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

R = 56.18%
G = 18.24%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF3E57 (or 0xBF3E57) is known color: Old Rose. HEX triplet: BF, 3E and 57. RGB value is (191,62,87). Sum of RGB (Red+Green+Blue) = 191+62+87=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E57 is #40C1A8. Grayscale: #676767. Windows color (decimal): -4243881 or 5717695. OLE color: 5717695.

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

Color convert

RGB 191 62 87 -
CMYK 0 0.68 0.54 0.25
HSL 348.37º 0.51% 0.5% -
HSV(B) 348.37º 0.68% 0.75% -
XYZ 24.93 15.21 10.64 -
YUV 103.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 191 62 87 0 0.68 0.54 0.25 348.37 0.51 0.5
Hex BF 3E 57 0 44 36 19 15C 33 32
Octal 277 76 127 0 104 66 31 534 63 62
Binary 10111111 111110 1010111 0 1000100 110110 11001 101011100 110011 110010

Color Harmonies of #BF3E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E57

Black with #BF3E57

Text Example


Text Example

White with #BF3E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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