Html Css Color HEX #BB525B Mandy

📋 copy color: '#BB525B'

red 187 ◦ green 82 ◦ blue 91

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

Shades of Mandy #BB525B

Tints of Mandy #BB525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.78%

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

R = 51.94%
G = 22.78%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB525B (or 0xBB525B) is known color: Mandy. HEX triplet: BB, 52 and 5B. RGB value is (187,82,91). Sum of RGB (Red+Green+Blue) = 187+82+91=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB525B is #44ADA4. Grayscale: #727272. Windows color (decimal): -4500901 or 5984955. OLE color: 5984955.

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

Color convert

RGB 187 82 91 -
CMYK 0 0.56 0.51 0.27
HSL 354.86º 0.44% 0.53% -
HSV(B) 354.86º 0.56% 0.73% -
XYZ 25.4 17.35 11.91 -
YUV 114.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 187 82 91 0 0.56 0.51 0.27 354.86 0.44 0.53
Hex BB 52 5B 0 38 33 1B 163 2C 35
Octal 273 122 133 0 70 63 33 543 54 65
Binary 10111011 1010010 1011011 0 111000 110011 11011 101100011 101100 110101

Color Harmonies of #BB525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB525B

Black with #BB525B

Text Example


Text Example

White with #BB525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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