Html Css Color HEX #BF2065 Old Rose

📋 copy color: '#BF2065'

red 191 ◦ green 32 ◦ blue 101

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

Shades of Old Rose #BF2065

Tints of Old Rose #BF2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.88%

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

R = 58.95%
G = 9.88%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF2065 (or 0xBF2065) is known color: Old Rose. HEX triplet: BF, 20 and 65. RGB value is (191,32,101). Sum of RGB (Red+Green+Blue) = 191+32+101=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2065 is #40DF9A. Grayscale: #575757. Windows color (decimal): -4251547 or 6627519. OLE color: 6627519.

HSL color Cylindrical-coordinate representation of color #BF2065: hue angle of 333.96º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2065 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 32 101 -
CMYK 0 0.83 0.47 0.25
HSL 333.96º 0.71% 0.44% -
HSV(B) 333.96º 0.83% 0.75% -
XYZ 24.35 13.05 13.55 -
YUV 87.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 191 32 101 0 0.83 0.47 0.25 333.96 0.71 0.44
Hex BF 20 65 0 53 2F 19 14E 47 2C
Octal 277 40 145 0 123 57 31 516 107 54
Binary 10111111 100000 1100101 0 1010011 101111 11001 101001110 1000111 101100

Color Harmonies of #BF2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2065

Black with #BF2065

Text Example


Text Example

White with #BF2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2065; }

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

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

background-color css

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

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

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

border-color css

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

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

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