Html Css Color HEX #BF2062 Old Rose

📋 copy color: '#BF2062'

red 191 ◦ green 32 ◦ blue 98

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

Shades of Old Rose #BF2062

Tints of Old Rose #BF2062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 59.5%
G = 9.97%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF2062 (or 0xBF2062) is known color: Old Rose. HEX triplet: BF, 20 and 62. RGB value is (191,32,98). Sum of RGB (Red+Green+Blue) = 191+32+98=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2062 is #40DF9D. Grayscale: #565656. Windows color (decimal): -4251550 or 6430911. OLE color: 6430911.

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

Color convert

RGB 191 32 98 -
CMYK 0 0.83 0.49 0.25
HSL 335.09º 0.71% 0.44% -
HSV(B) 335.09º 0.83% 0.75% -
XYZ 24.21 12.99 12.79 -
YUV 87.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 191 32 98 0 0.83 0.49 0.25 335.09 0.71 0.44
Hex BF 20 62 0 53 31 19 14F 47 2C
Octal 277 40 142 0 123 61 31 517 107 54
Binary 10111111 100000 1100010 0 1010011 110001 11001 101001111 1000111 101100

Color Harmonies of #BF2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2062

Black with #BF2062

Text Example


Text Example

White with #BF2062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2062; }

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

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

background-color css

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

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

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

border-color css

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

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

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