Html Css Color HEX #BF4C5C Mandy

📋 copy color: '#BF4C5C'

red 191 ◦ green 76 ◦ blue 92

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

Shades of Mandy #BF4C5C

Tints of Mandy #BF4C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.63%

R = 53.2%
G = 21.17%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF4C5C (or 0xBF4C5C) is known color: Mandy. HEX triplet: BF, 4C and 5C. RGB value is (191,76,92). Sum of RGB (Red+Green+Blue) = 191+76+92=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C5C is #40B3A3. Grayscale: #707070. Windows color (decimal): -4240292 or 6048959. OLE color: 6048959.

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

Color convert

RGB 191 76 92 -
CMYK 0 0.60 0.52 0.25
HSL 351.65º 0.47% 0.52% -
HSV(B) 351.65º 0.6% 0.75% -
XYZ 26 17.02 12.04 -
YUV 112.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 191 76 92 0 0.60 0.52 0.25 351.65 0.47 0.52
Hex BF 4C 5C 0 3C 34 19 160 2F 34
Octal 277 114 134 0 74 64 31 540 57 64
Binary 10111111 1001100 1011100 0 111100 110100 11001 101100000 101111 110100

Color Harmonies of #BF4C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C5C

Black with #BF4C5C

Text Example


Text Example

White with #BF4C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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