Html Css Color HEX #BF4C4D Mandy

📋 copy color: '#BF4C4D'

red 191 ◦ green 76 ◦ blue 77

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

Shades of Mandy #BF4C4D

Tints of Mandy #BF4C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.09%

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 55.52%
G = 22.09%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF4C4D (or 0xBF4C4D) is known color: Mandy. HEX triplet: BF, 4C and 4D. RGB value is (191,76,77). Sum of RGB (Red+Green+Blue) = 191+76+77=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C4D is #40B3B2. Grayscale: #6E6E6E. Windows color (decimal): -4240307 or 5065919. OLE color: 5065919.

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

Color convert

RGB 191 76 77 -
CMYK 0 0.60 0.60 0.25
HSL 359.48º 0.47% 0.52% -
HSV(B) 359.48º 0.6% 0.75% -
XYZ 25.41 16.78 8.92 -
YUV 110.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 191 76 77 0 0.60 0.60 0.25 359.48 0.47 0.52
Hex BF 4C 4D 0 3C 3C 19 167 2F 34
Octal 277 114 115 0 74 74 31 547 57 64
Binary 10111111 1001100 1001101 0 111100 111100 11001 101100111 101111 110100

Color Harmonies of #BF4C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C4D

Black with #BF4C4D

Text Example


Text Example

White with #BF4C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C4D; }

 p { color: rgb(191,76,77); }

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

background-color css

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

 a { background-color: rgb(191,76,77); }

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

border-color css

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

 span { border-color: rgb(191,76,77); }

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