Html Css Color HEX #BF315C Old Rose

📋 copy color: '#BF315C'

red 191 ◦ green 49 ◦ blue 92

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

Shades of Old Rose #BF315C

Tints of Old Rose #BF315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.76%

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 57.53%
G = 14.76%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF315C (or 0xBF315C) is known color: Old Rose. HEX triplet: BF, 31 and 5C. RGB value is (191,49,92). Sum of RGB (Red+Green+Blue) = 191+49+92=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF315C is #40CEA3. Grayscale: #606060. Windows color (decimal): -4247204 or 6042047. OLE color: 6042047.

HSL color Cylindrical-coordinate representation of color #BF315C: hue angle of 341.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF315C is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 92 -
CMYK 0 0.74 0.52 0.25
HSL 341.83º 0.59% 0.47% -
HSV(B) 341.83º 0.74% 0.75% -
XYZ 24.52 14.05 11.54 -
YUV 96.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 191 49 92 0 0.74 0.52 0.25 341.83 0.59 0.47
Hex BF 31 5C 0 4A 34 19 156 3B 2F
Octal 277 61 134 0 112 64 31 526 73 57
Binary 10111111 110001 1011100 0 1001010 110100 11001 101010110 111011 101111

Color Harmonies of #BF315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF315C

Black with #BF315C

Text Example


Text Example

White with #BF315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF315C; }

 p { color: rgb(191,49,92); }

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

background-color css

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

 a { background-color: rgb(191,49,92); }

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

border-color css

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

 span { border-color: rgb(191,49,92); }

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