Html Css Color HEX #BF3A57 Old Rose

📋 copy color: '#BF3A57'

red 191 ◦ green 58 ◦ blue 87

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

Shades of Old Rose #BF3A57

Tints of Old Rose #BF3A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 56.85%
G = 17.26%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF3A57 (or 0xBF3A57) is known color: Old Rose. HEX triplet: BF, 3A and 57. RGB value is (191,58,87). Sum of RGB (Red+Green+Blue) = 191+58+87=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A57 is #40C5A8. Grayscale: #656565. Windows color (decimal): -4244905 or 5716671. OLE color: 5716671.

HSL color Cylindrical-coordinate representation of color #BF3A57: hue angle of 346.92º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A57 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 87 -
CMYK 0 0.70 0.54 0.25
HSL 346.92º 0.53% 0.49% -
HSV(B) 346.92º 0.7% 0.75% -
XYZ 24.72 14.79 10.57 -
YUV 101.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 191 58 87 0 0.70 0.54 0.25 346.92 0.53 0.49
Hex BF 3A 57 0 46 36 19 15B 35 31
Octal 277 72 127 0 106 66 31 533 65 61
Binary 10111111 111010 1010111 0 1000110 110110 11001 101011011 110101 110001

Color Harmonies of #BF3A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A57

Black with #BF3A57

Text Example


Text Example

White with #BF3A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A57; }

 p { color: rgb(191,58,87); }

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

background-color css

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

 a { background-color: rgb(191,58,87); }

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

border-color css

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

 span { border-color: rgb(191,58,87); }

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