Html Css Color HEX #BB5D5E Mandy

📋 copy color: '#BB5D5E'

red 187 ◦ green 93 ◦ blue 94

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

Shades of Mandy #BB5D5E

Tints of Mandy #BB5D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.13%

R = 50%
G = 24.87%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB5D5E (or 0xBB5D5E) is known color: Mandy. HEX triplet: BB, 5D and 5E. RGB value is (187,93,94). Sum of RGB (Red+Green+Blue) = 187+93+94=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D5E is #44A2A1. Grayscale: #797979. Windows color (decimal): -4498082 or 6184379. OLE color: 6184379.

HSL color Cylindrical-coordinate representation of color #BB5D5E: hue angle of 359.36º 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 #BB5D5E is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 94 -
CMYK 0 0.50 0.50 0.27
HSL 359.36º 0.41% 0.55% -
HSV(B) 359.36º 0.5% 0.73% -
XYZ 26.43 19.2 12.9 -
YUV 121.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 187 93 94 0 0.50 0.50 0.27 359.36 0.41 0.55
Hex BB 5D 5E 0 32 32 1B 167 29 37
Octal 273 135 136 0 62 62 33 547 51 67
Binary 10111011 1011101 1011110 0 110010 110010 11011 101100111 101001 110111

Color Harmonies of #BB5D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D5E

Black with #BB5D5E

Text Example


Text Example

White with #BB5D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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