Html Css Color HEX #BB506B Blush

📋 copy color: '#BB506B'

red 187 ◦ green 80 ◦ blue 107

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

Shades of Blush #BB506B

Tints of Blush #BB506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.39%

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

R = 50%
G = 21.39%
B = 28.61%

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

#BB506B (or 0xBB506B) is known color: Blush. HEX triplet: BB, 50 and 6B. RGB value is (187,80,107). Sum of RGB (Red+Green+Blue) = 187+80+107=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB506B is #44AF94. Grayscale: #737373. Windows color (decimal): -4501397 or 7033019. OLE color: 7033019.

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

Color convert

RGB 187 80 107 -
CMYK 0 0.57 0.43 0.27
HSL 344.86º 0.44% 0.52% -
HSV(B) 344.86º 0.57% 0.73% -
XYZ 26.02 17.36 15.89 -
YUV 115.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 187 80 107 0 0.57 0.43 0.27 344.86 0.44 0.52
Hex BB 50 6B 0 39 2B 1B 159 2C 34
Octal 273 120 153 0 71 53 33 531 54 64
Binary 10111011 1010000 1101011 0 111001 101011 11011 101011001 101100 110100

Color Harmonies of #BB506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB506B

Black with #BB506B

Text Example


Text Example

White with #BB506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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