Html Css Color HEX #BB506C Blush

📋 copy color: '#BB506C'

red 187 ◦ green 80 ◦ blue 108

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

Shades of Blush #BB506C

Tints of Blush #BB506C

RGB

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

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

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

R = 49.87%
G = 21.33%
B = 28.8%

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

#BB506C (or 0xBB506C) is known color: Blush. HEX triplet: BB, 50 and 6C. RGB value is (187,80,108). Sum of RGB (Red+Green+Blue) = 187+80+108=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB506C is #44AF93. Grayscale: #737373. Windows color (decimal): -4501396 or 7098555. OLE color: 7098555.

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

Color convert

RGB 187 80 108 -
CMYK 0 0.57 0.42 0.27
HSL 344.3º 0.44% 0.52% -
HSV(B) 344.3º 0.57% 0.73% -
XYZ 26.07 17.38 16.17 -
YUV 115.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 187 80 108 0 0.57 0.42 0.27 344.3 0.44 0.52
Hex BB 50 6C 0 39 2A 1B 158 2C 34
Octal 273 120 154 0 71 52 33 530 54 64
Binary 10111011 1010000 1101100 0 111001 101010 11011 101011000 101100 110100

Color Harmonies of #BB506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB506C

Black with #BB506C

Text Example


Text Example

White with #BB506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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