Html Css Color HEX #BB5B5E Mandy

📋 copy color: '#BB5B5E'

red 187 ◦ green 91 ◦ blue 94

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

Shades of Mandy #BB5B5E

Tints of Mandy #BB5B5E

RGB

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

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

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

R = 50.27%
G = 24.46%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB5B5E (or 0xBB5B5E) is known color: Mandy. HEX triplet: BB, 5B and 5E. RGB value is (187,91,94). Sum of RGB (Red+Green+Blue) = 187+91+94=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B5E is #44A4A1. Grayscale: #787878. Windows color (decimal): -4498594 or 6183867. OLE color: 6183867.

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

Color convert

RGB 187 91 94 -
CMYK 0 0.51 0.50 0.27
HSL 358.13º 0.41% 0.55% -
HSV(B) 358.13º 0.51% 0.73% -
XYZ 26.25 18.86 12.85 -
YUV 120.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 187 91 94 0 0.51 0.50 0.27 358.13 0.41 0.55
Hex BB 5B 5E 0 33 32 1B 166 29 37
Octal 273 133 136 0 63 62 33 546 51 67
Binary 10111011 1011011 1011110 0 110011 110010 11011 101100110 101001 110111

Color Harmonies of #BB5B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5B5E

Black with #BB5B5E

Text Example


Text Example

White with #BB5B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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