Html Css Color HEX #BF5B5C Mandy

📋 copy color: '#BF5B5C'

red 191 ◦ green 91 ◦ blue 92

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

Shades of Mandy #BF5B5C

Tints of Mandy #BF5B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

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

R = 51.07%
G = 24.33%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF5B5C (or 0xBF5B5C) is known color: Mandy. HEX triplet: BF, 5B and 5C. RGB value is (191,91,92). Sum of RGB (Red+Green+Blue) = 191+91+92=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B5C is #40A4A3. Grayscale: #797979. Windows color (decimal): -4236452 or 6052799. OLE color: 6052799.

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

Color convert

RGB 191 91 92 -
CMYK 0 0.52 0.52 0.25
HSL 359.4º 0.44% 0.55% -
HSV(B) 359.4º 0.52% 0.75% -
XYZ 27.16 19.33 12.43 -
YUV 121.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 191 91 92 0 0.52 0.52 0.25 359.4 0.44 0.55
Hex BF 5B 5C 0 34 34 19 167 2C 37
Octal 277 133 134 0 64 64 31 547 54 67
Binary 10111111 1011011 1011100 0 110100 110100 11001 101100111 101100 110111

Color Harmonies of #BF5B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5B5C

Black with #BF5B5C

Text Example


Text Example

White with #BF5B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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