Html Css Color HEX #BF3C57 Old Rose

📋 copy color: '#BF3C57'

red 191 ◦ green 60 ◦ blue 87

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

Shades of Old Rose #BF3C57

Tints of Old Rose #BF3C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

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

R = 56.51%
G = 17.75%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF3C57 (or 0xBF3C57) is known color: Old Rose. HEX triplet: BF, 3C and 57. RGB value is (191,60,87). Sum of RGB (Red+Green+Blue) = 191+60+87=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C57 is #40C3A8. Grayscale: #666666. Windows color (decimal): -4244393 or 5717183. OLE color: 5717183.

HSL color Cylindrical-coordinate representation of color #BF3C57: hue angle of 347.63º 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 #BF3C57 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 60 87 -
CMYK 0 0.69 0.54 0.25
HSL 347.63º 0.52% 0.49% -
HSV(B) 347.63º 0.69% 0.75% -
XYZ 24.82 15 10.6 -
YUV 102.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 191 60 87 0 0.69 0.54 0.25 347.63 0.52 0.49
Hex BF 3C 57 0 45 36 19 15C 34 31
Octal 277 74 127 0 105 66 31 534 64 61
Binary 10111111 111100 1010111 0 1000101 110110 11001 101011100 110100 110001

Color Harmonies of #BF3C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C57

Black with #BF3C57

Text Example


Text Example

White with #BF3C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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