Html Css Color HEX #BF2B65 Old Rose

📋 copy color: '#BF2B65'

red 191 ◦ green 43 ◦ blue 101

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

Shades of Old Rose #BF2B65

Tints of Old Rose #BF2B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 57.01%
G = 12.84%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF2B65 (or 0xBF2B65) is known color: Old Rose. HEX triplet: BF, 2B and 65. RGB value is (191,43,101). Sum of RGB (Red+Green+Blue) = 191+43+101=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2B65 is #40D49A. Grayscale: #5D5D5D. Windows color (decimal): -4248731 or 6630335. OLE color: 6630335.

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

Color convert

RGB 191 43 101 -
CMYK 0 0.77 0.47 0.25
HSL 336.49º 0.63% 0.46% -
HSV(B) 336.49º 0.77% 0.75% -
XYZ 24.7 13.74 13.66 -
YUV 93.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 191 43 101 0 0.77 0.47 0.25 336.49 0.63 0.46
Hex BF 2B 65 0 4D 2F 19 150 3F 2E
Octal 277 53 145 0 115 57 31 520 77 56
Binary 10111111 101011 1100101 0 1001101 101111 11001 101010000 111111 101110

Color Harmonies of #BF2B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B65

Black with #BF2B65

Text Example


Text Example

White with #BF2B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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