Html Css Color HEX #BF505A Mandy

📋 copy color: '#BF505A'

red 191 ◦ green 80 ◦ blue 90

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

Shades of Mandy #BF505A

Tints of Mandy #BF505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 52.91%
G = 22.16%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF505A (or 0xBF505A) is known color: Mandy. HEX triplet: BF, 50 and 5A. RGB value is (191,80,90). Sum of RGB (Red+Green+Blue) = 191+80+90=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF505A is #40AFA5. Grayscale: #727272. Windows color (decimal): -4239270 or 5918911. OLE color: 5918911.

HSL color Cylindrical-coordinate representation of color #BF505A: hue angle of 354.59º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF505A is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 80 90 -
CMYK 0 0.58 0.53 0.25
HSL 354.59º 0.46% 0.53% -
HSV(B) 354.59º 0.58% 0.75% -
XYZ 26.2 17.55 11.68 -
YUV 114.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 191 80 90 0 0.58 0.53 0.25 354.59 0.46 0.53
Hex BF 50 5A 0 3A 35 19 163 2E 35
Octal 277 120 132 0 72 65 31 543 56 65
Binary 10111111 1010000 1011010 0 111010 110101 11001 101100011 101110 110101

Color Harmonies of #BF505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF505A

Black with #BF505A

Text Example


Text Example

White with #BF505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF505A; }

 p { color: rgb(191,80,90); }

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

background-color css

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

 a { background-color: rgb(191,80,90); }

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

border-color css

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

 span { border-color: rgb(191,80,90); }

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