Html Css Color HEX #BF3C51 Old Rose

📋 copy color: '#BF3C51'

red 191 ◦ green 60 ◦ blue 81

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

Shades of Old Rose #BF3C51

Tints of Old Rose #BF3C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.4%

R = 57.53%
G = 18.07%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF3C51 (or 0xBF3C51) is known color: Old Rose. HEX triplet: BF, 3C and 51. RGB value is (191,60,81). Sum of RGB (Red+Green+Blue) = 191+60+81=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C51 is #40C3AE. Grayscale: #656565. Windows color (decimal): -4244399 or 5323967. OLE color: 5323967.

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

Color convert

RGB 191 60 81 -
CMYK 0 0.69 0.58 0.25
HSL 350.38º 0.52% 0.49% -
HSV(B) 350.38º 0.69% 0.75% -
XYZ 24.59 14.9 9.37 -
YUV 101.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 191 60 81 0 0.69 0.58 0.25 350.38 0.52 0.49
Hex BF 3C 51 0 45 3A 19 15E 34 31
Octal 277 74 121 0 105 72 31 536 64 61
Binary 10111111 111100 1010001 0 1000101 111010 11001 101011110 110100 110001

Color Harmonies of #BF3C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C51

Black with #BF3C51

Text Example


Text Example

White with #BF3C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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