Html Css Color HEX #BF4B5A Mandy

📋 copy color: '#BF4B5A'

red 191 ◦ green 75 ◦ blue 90

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

Shades of Mandy #BF4B5A

Tints of Mandy #BF4B5A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.07%

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

R = 53.65%
G = 21.07%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF4B5A (or 0xBF4B5A) is known color: Mandy. HEX triplet: BF, 4B and 5A. RGB value is (191,75,90). Sum of RGB (Red+Green+Blue) = 191+75+90=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4B5A is #40B4A5. Grayscale: #6F6F6F. Windows color (decimal): -4240550 or 5917631. OLE color: 5917631.

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

Color convert

RGB 191 75 90 -
CMYK 0 0.61 0.53 0.25
HSL 352.24º 0.48% 0.52% -
HSV(B) 352.24º 0.61% 0.75% -
XYZ 25.85 16.85 11.56 -
YUV 111.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 191 75 90 0 0.61 0.53 0.25 352.24 0.48 0.52
Hex BF 4B 5A 0 3D 35 19 160 30 34
Octal 277 113 132 0 75 65 31 540 60 64
Binary 10111111 1001011 1011010 0 111101 110101 11001 101100000 110000 110100

Color Harmonies of #BF4B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B5A

Black with #BF4B5A

Text Example


Text Example

White with #BF4B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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