Html Css Color HEX #BF314B Old Rose

📋 copy color: '#BF314B'

red 191 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #BF314B

Tints of Old Rose #BF314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 60.63%
G = 15.56%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF314B (or 0xBF314B) is known color: Old Rose. HEX triplet: BF, 31 and 4B. RGB value is (191,49,75). Sum of RGB (Red+Green+Blue) = 191+49+75=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF314B is #40CEB4. Grayscale: #5E5E5E. Windows color (decimal): -4247221 or 4927935. OLE color: 4927935.

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

Color convert

RGB 191 49 75 -
CMYK 0 0.74 0.61 0.25
HSL 349.01º 0.59% 0.47% -
HSV(B) 349.01º 0.74% 0.75% -
XYZ 23.85 13.78 8.06 -
YUV 94.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 191 49 75 0 0.74 0.61 0.25 349.01 0.59 0.47
Hex BF 31 4B 0 4A 3D 19 15D 3B 2F
Octal 277 61 113 0 112 75 31 535 73 57
Binary 10111111 110001 1001011 0 1001010 111101 11001 101011101 111011 101111

Color Harmonies of #BF314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF314B

Black with #BF314B

Text Example


Text Example

White with #BF314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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