Html Css Color HEX #BB516C Blush

📋 copy color: '#BB516C'

red 187 ◦ green 81 ◦ blue 108

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

Shades of Blush #BB516C

Tints of Blush #BB516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 49.73%
G = 21.54%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB516C (or 0xBB516C) is known color: Blush. HEX triplet: BB, 51 and 6C. RGB value is (187,81,108). Sum of RGB (Red+Green+Blue) = 187+81+108=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB516C is #44AE93. Grayscale: #737373. Windows color (decimal): -4501140 or 7098811. OLE color: 7098811.

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

Color convert

RGB 187 81 108 -
CMYK 0 0.57 0.42 0.27
HSL 344.72º 0.44% 0.53% -
HSV(B) 344.72º 0.57% 0.73% -
XYZ 26.14 17.53 16.19 -
YUV 115.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 187 81 108 0 0.57 0.42 0.27 344.72 0.44 0.53
Hex BB 51 6C 0 39 2A 1B 159 2C 35
Octal 273 121 154 0 71 52 33 531 54 65
Binary 10111011 1010001 1101100 0 111001 101010 11011 101011001 101100 110101

Color Harmonies of #BB516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB516C

Black with #BB516C

Text Example


Text Example

White with #BB516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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