Html Css Color HEX #BF2B4A Old Rose

📋 copy color: '#BF2B4A'

red 191 ◦ green 43 ◦ blue 74

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

Shades of Old Rose #BF2B4A

Tints of Old Rose #BF2B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 62.01%
G = 13.96%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF2B4A (or 0xBF2B4A) is known color: Old Rose. HEX triplet: BF, 2B and 4A. RGB value is (191,43,74). Sum of RGB (Red+Green+Blue) = 191+43+74=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B4A is #40D4B5. Grayscale: #5A5A5A. Windows color (decimal): -4248758 or 4860863. OLE color: 4860863.

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

Color convert

RGB 191 43 74 -
CMYK 0 0.77 0.61 0.25
HSL 347.43º 0.63% 0.46% -
HSV(B) 347.43º 0.77% 0.75% -
XYZ 23.59 13.3 7.8 -
YUV 90.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 191 43 74 0 0.77 0.61 0.25 347.43 0.63 0.46
Hex BF 2B 4A 0 4D 3D 19 15B 3F 2E
Octal 277 53 112 0 115 75 31 533 77 56
Binary 10111111 101011 1001010 0 1001101 111101 11001 101011011 111111 101110

Color Harmonies of #BF2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B4A

Black with #BF2B4A

Text Example


Text Example

White with #BF2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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