Html Css Color HEX #BF3E56 Old Rose

📋 copy color: '#BF3E56'

red 191 ◦ green 62 ◦ blue 86

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

Shades of Old Rose #BF3E56

Tints of Old Rose #BF3E56

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.29%

 BLUE value IS 86 (33.98% from 255) = 25.37%

R = 56.34%
G = 18.29%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF3E56 (or 0xBF3E56) is known color: Old Rose. HEX triplet: BF, 3E and 56. RGB value is (191,62,86). Sum of RGB (Red+Green+Blue) = 191+62+86=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E56 is #40C1A9. Grayscale: #676767. Windows color (decimal): -4243882 or 5652159. OLE color: 5652159.

HSL color Cylindrical-coordinate representation of color #BF3E56: hue angle of 348.84º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E56 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 62 86 -
CMYK 0 0.68 0.55 0.25
HSL 348.84º 0.51% 0.5% -
HSV(B) 348.84º 0.68% 0.75% -
XYZ 24.89 15.19 10.42 -
YUV 103.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 191 62 86 0 0.68 0.55 0.25 348.84 0.51 0.5
Hex BF 3E 56 0 44 37 19 15D 33 32
Octal 277 76 126 0 104 67 31 535 63 62
Binary 10111111 111110 1010110 0 1000100 110111 11001 101011101 110011 110010

Color Harmonies of #BF3E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E56

Black with #BF3E56

Text Example


Text Example

White with #BF3E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E56; }

 p { color: rgb(191,62,86); }

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

background-color css

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

 a { background-color: rgb(191,62,86); }

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

border-color css

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

 span { border-color: rgb(191,62,86); }

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