Html Css Color HEX #BF204A Old Rose

📋 copy color: '#BF204A'

red 191 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #BF204A

Tints of Old Rose #BF204A

RGB

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

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

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

R = 64.31%
G = 10.77%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF204A (or 0xBF204A) is known color: Old Rose. HEX triplet: BF, 20 and 4A. RGB value is (191,32,74). Sum of RGB (Red+Green+Blue) = 191+32+74=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF204A is #40DFB5. Grayscale: #545454. Windows color (decimal): -4251574 or 4858047. OLE color: 4858047.

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

Color convert

RGB 191 32 74 -
CMYK 0 0.83 0.61 0.25
HSL 344.15º 0.71% 0.44% -
HSV(B) 344.15º 0.83% 0.75% -
XYZ 23.24 12.6 7.69 -
YUV 84.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 191 32 74 0 0.83 0.61 0.25 344.15 0.71 0.44
Hex BF 20 4A 0 53 3D 19 158 47 2C
Octal 277 40 112 0 123 75 31 530 107 54
Binary 10111111 100000 1001010 0 1010011 111101 11001 101011000 1000111 101100

Color Harmonies of #BF204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF204A

Black with #BF204A

Text Example


Text Example

White with #BF204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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