Html Css Color HEX #BB585B Mandy

📋 copy color: '#BB585B'

red 187 ◦ green 88 ◦ blue 91

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

Shades of Mandy #BB585B

Tints of Mandy #BB585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 51.09%
G = 24.04%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB585B (or 0xBB585B) is known color: Mandy. HEX triplet: BB, 58 and 5B. RGB value is (187,88,91). Sum of RGB (Red+Green+Blue) = 187+88+91=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB585B is #44A7A4. Grayscale: #767676. Windows color (decimal): -4499365 or 5986491. OLE color: 5986491.

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

Color convert

RGB 187 88 91 -
CMYK 0 0.53 0.51 0.27
HSL 358.18º 0.42% 0.54% -
HSV(B) 358.18º 0.53% 0.73% -
XYZ 25.87 18.3 12.07 -
YUV 117.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 187 88 91 0 0.53 0.51 0.27 358.18 0.42 0.54
Hex BB 58 5B 0 35 33 1B 166 2A 36
Octal 273 130 133 0 65 63 33 546 52 66
Binary 10111011 1011000 1011011 0 110101 110011 11011 101100110 101010 110110

Color Harmonies of #BB585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB585B

Black with #BB585B

Text Example


Text Example

White with #BB585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB585B; }

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

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

background-color css

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

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

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

border-color css

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

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

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