Html Css Color HEX #BB516B Blush

📋 copy color: '#BB516B'

red 187 ◦ green 81 ◦ blue 107

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

Shades of Blush #BB516B

Tints of Blush #BB516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 49.87%
G = 21.6%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB516B (or 0xBB516B) is known color: Blush. HEX triplet: BB, 51 and 6B. RGB value is (187,81,107). Sum of RGB (Red+Green+Blue) = 187+81+107=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB516B is #44AE94. Grayscale: #737373. Windows color (decimal): -4501141 or 7033275. OLE color: 7033275.

HSL color Cylindrical-coordinate representation of color #BB516B: hue angle of 345.28º 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 #BB516B is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 107 -
CMYK 0 0.57 0.43 0.27
HSL 345.28º 0.44% 0.53% -
HSV(B) 345.28º 0.57% 0.73% -
XYZ 26.09 17.51 15.91 -
YUV 115.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 187 81 107 0 0.57 0.43 0.27 345.28 0.44 0.53
Hex BB 51 6B 0 39 2B 1B 159 2C 35
Octal 273 121 153 0 71 53 33 531 54 65
Binary 10111011 1010001 1101011 0 111001 101011 11011 101011001 101100 110101

Color Harmonies of #BB516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB516B

Black with #BB516B

Text Example


Text Example

White with #BB516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB516B; }

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

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

background-color css

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

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

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

border-color css

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

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

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