Html Css Color HEX #BF3F5A Old Rose

📋 copy color: '#BF3F5A'

red 191 ◦ green 63 ◦ blue 90

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

Shades of Old Rose #BF3F5A

Tints of Old Rose #BF3F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

 BLUE value IS 90 (35.55% from 255) = 26.16%

R = 55.52%
G = 18.31%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF3F5A (or 0xBF3F5A) is known color: Old Rose. HEX triplet: BF, 3F and 5A. RGB value is (191,63,90). Sum of RGB (Red+Green+Blue) = 191+63+90=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F5A is #40C0A5. Grayscale: #686868. Windows color (decimal): -4243622 or 5914559. OLE color: 5914559.

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

Color convert

RGB 191 63 90 -
CMYK 0 0.67 0.53 0.25
HSL 347.34º 0.5% 0.5% -
HSV(B) 347.34º 0.67% 0.75% -
XYZ 25.11 15.37 11.32 -
YUV 104.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 191 63 90 0 0.67 0.53 0.25 347.34 0.5 0.5
Hex BF 3F 5A 0 43 35 19 15B 32 32
Octal 277 77 132 0 103 65 31 533 62 62
Binary 10111111 111111 1011010 0 1000011 110101 11001 101011011 110010 110010

Color Harmonies of #BF3F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F5A

Black with #BF3F5A

Text Example


Text Example

White with #BF3F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F5A; }

 p { color: rgb(191,63,90); }

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

background-color css

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

 a { background-color: rgb(191,63,90); }

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

border-color css

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

 span { border-color: rgb(191,63,90); }

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