Html Css Color HEX #BF3C4F Old Rose

📋 copy color: '#BF3C4F'

red 191 ◦ green 60 ◦ blue 79

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

Shades of Old Rose #BF3C4F

Tints of Old Rose #BF3C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.94%

R = 57.88%
G = 18.18%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF3C4F (or 0xBF3C4F) is known color: Old Rose. HEX triplet: BF, 3C and 4F. RGB value is (191,60,79). Sum of RGB (Red+Green+Blue) = 191+60+79=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C4F is #40C3B0. Grayscale: #656565. Windows color (decimal): -4244401 or 5192895. OLE color: 5192895.

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

Color convert

RGB 191 60 79 -
CMYK 0 0.69 0.59 0.25
HSL 351.3º 0.52% 0.49% -
HSV(B) 351.3º 0.69% 0.75% -
XYZ 24.51 14.87 8.98 -
YUV 101.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 191 60 79 0 0.69 0.59 0.25 351.3 0.52 0.49
Hex BF 3C 4F 0 45 3B 19 15F 34 31
Octal 277 74 117 0 105 73 31 537 64 61
Binary 10111111 111100 1001111 0 1000101 111011 11001 101011111 110100 110001

Color Harmonies of #BF3C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C4F

Black with #BF3C4F

Text Example


Text Example

White with #BF3C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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