Html Css Color HEX #BB515A Mandy

📋 copy color: '#BB515A'

red 187 ◦ green 81 ◦ blue 90

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

Shades of Mandy #BB515A

Tints of Mandy #BB515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.63%

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 52.23%
G = 22.63%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB515A (or 0xBB515A) is known color: Mandy. HEX triplet: BB, 51 and 5A. RGB value is (187,81,90). Sum of RGB (Red+Green+Blue) = 187+81+90=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB515A is #44AEA5. Grayscale: #717171. Windows color (decimal): -4501158 or 5919163. OLE color: 5919163.

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

Color convert

RGB 187 81 90 -
CMYK 0 0.57 0.52 0.27
HSL 354.91º 0.44% 0.53% -
HSV(B) 354.91º 0.57% 0.73% -
XYZ 25.28 17.19 11.66 -
YUV 113.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 187 81 90 0 0.57 0.52 0.27 354.91 0.44 0.53
Hex BB 51 5A 0 39 34 1B 163 2C 35
Octal 273 121 132 0 71 64 33 543 54 65
Binary 10111011 1010001 1011010 0 111001 110100 11011 101100011 101100 110101

Color Harmonies of #BB515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB515A

Black with #BB515A

Text Example


Text Example

White with #BB515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB515A; }

 p { color: rgb(187,81,90); }

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

background-color css

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

 a { background-color: rgb(187,81,90); }

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

border-color css

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

 span { border-color: rgb(187,81,90); }

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