Html Css Color HEX #BB545B Mandy

📋 copy color: '#BB545B'

red 187 ◦ green 84 ◦ blue 91

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

Shades of Mandy #BB545B

Tints of Mandy #BB545B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.2%

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

R = 51.66%
G = 23.2%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB545B (or 0xBB545B) is known color: Mandy. HEX triplet: BB, 54 and 5B. RGB value is (187,84,91). Sum of RGB (Red+Green+Blue) = 187+84+91=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB545B is #44ABA4. Grayscale: #737373. Windows color (decimal): -4500389 or 5985467. OLE color: 5985467.

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

Color convert

RGB 187 84 91 -
CMYK 0 0.55 0.51 0.27
HSL 355.92º 0.43% 0.53% -
HSV(B) 355.92º 0.55% 0.73% -
XYZ 25.55 17.66 11.96 -
YUV 115.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 187 84 91 0 0.55 0.51 0.27 355.92 0.43 0.53
Hex BB 54 5B 0 37 33 1B 164 2B 35
Octal 273 124 133 0 67 63 33 544 53 65
Binary 10111011 1010100 1011011 0 110111 110011 11011 101100100 101011 110101

Color Harmonies of #BB545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB545B

Black with #BB545B

Text Example


Text Example

White with #BB545B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB545B; }

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

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

background-color css

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

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

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

border-color css

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

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

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