Html Css Color HEX #BF2B5B Old Rose

📋 copy color: '#BF2B5B'

red 191 ◦ green 43 ◦ blue 91

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

Shades of Old Rose #BF2B5B

Tints of Old Rose #BF2B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.23%

 BLUE value IS 91 (35.94% from 255) = 28%

R = 58.77%
G = 13.23%
B = 28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF2B5B (or 0xBF2B5B) is known color: Old Rose. HEX triplet: BF, 2B and 5B. RGB value is (191,43,91). Sum of RGB (Red+Green+Blue) = 191+43+91=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2B5B is #40D4A4. Grayscale: #5C5C5C. Windows color (decimal): -4248741 or 5974975. OLE color: 5974975.

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

Color convert

RGB 191 43 91 -
CMYK 0 0.77 0.52 0.25
HSL 340.54º 0.63% 0.46% -
HSV(B) 340.54º 0.77% 0.75% -
XYZ 24.24 13.56 11.24 -
YUV 92.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 191 43 91 0 0.77 0.52 0.25 340.54 0.63 0.46
Hex BF 2B 5B 0 4D 34 19 155 3F 2E
Octal 277 53 133 0 115 64 31 525 77 56
Binary 10111111 101011 1011011 0 1001101 110100 11001 101010101 111111 101110

Color Harmonies of #BF2B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B5B

Black with #BF2B5B

Text Example


Text Example

White with #BF2B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B5B; }

 p { color: rgb(191,43,91); }

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

background-color css

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

 a { background-color: rgb(191,43,91); }

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

border-color css

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

 span { border-color: rgb(191,43,91); }

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