Html Css Color HEX #BF3C49 Old Rose

📋 copy color: '#BF3C49'

red 191 ◦ green 60 ◦ blue 73

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

Shades of Old Rose #BF3C49

Tints of Old Rose #BF3C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 58.95%
G = 18.52%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF3C49 (or 0xBF3C49) is known color: Old Rose. HEX triplet: BF, 3C and 49. RGB value is (191,60,73). Sum of RGB (Red+Green+Blue) = 191+60+73=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C49 is #40C3B6. Grayscale: #646464. Windows color (decimal): -4244407 or 4799679. OLE color: 4799679.

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

Color convert

RGB 191 60 73 -
CMYK 0 0.69 0.62 0.25
HSL 354.05º 0.52% 0.49% -
HSV(B) 354.05º 0.69% 0.75% -
XYZ 24.3 14.79 7.88 -
YUV 100.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 191 60 73 0 0.69 0.62 0.25 354.05 0.52 0.49
Hex BF 3C 49 0 45 3E 19 162 34 31
Octal 277 74 111 0 105 76 31 542 64 61
Binary 10111111 111100 1001001 0 1000101 111110 11001 101100010 110100 110001

Color Harmonies of #BF3C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C49

Black with #BF3C49

Text Example


Text Example

White with #BF3C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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