Html Css Color HEX #BB5D5F Mandy

📋 copy color: '#BB5D5F'

red 187 ◦ green 93 ◦ blue 95

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

Shades of Mandy #BB5D5F

Tints of Mandy #BB5D5F

RGB

 RED value IS 187 (73.44% from 255) = 49.87%

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 95 (37.5% from 255) = 25.33%

R = 49.87%
G = 24.8%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB5D5F (or 0xBB5D5F) is known color: Mandy. HEX triplet: BB, 5D and 5F. RGB value is (187,93,95). Sum of RGB (Red+Green+Blue) = 187+93+95=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D5F is #44A2A0. Grayscale: #797979. Windows color (decimal): -4498081 or 6249915. OLE color: 6249915.

HSL color Cylindrical-coordinate representation of color #BB5D5F: hue angle of 358.72º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5D5F is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 95 -
CMYK 0 0.50 0.49 0.27
HSL 358.72º 0.41% 0.55% -
HSV(B) 358.72º 0.5% 0.73% -
XYZ 26.47 19.22 13.14 -
YUV 121.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 187 93 95 0 0.50 0.49 0.27 358.72 0.41 0.55
Hex BB 5D 5F 0 32 31 1B 167 29 37
Octal 273 135 137 0 62 61 33 547 51 67
Binary 10111011 1011101 1011111 0 110010 110001 11011 101100111 101001 110111

Color Harmonies of #BB5D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D5F

Black with #BB5D5F

Text Example


Text Example

White with #BB5D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D5F; }

 p { color: rgb(187,93,95); }

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

background-color css

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

 a { background-color: rgb(187,93,95); }

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

border-color css

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

 span { border-color: rgb(187,93,95); }

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