Html Css Color HEX #BB505B Blush

📋 copy color: '#BB505B'

red 187 ◦ green 80 ◦ blue 91

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

Shades of Blush #BB505B

Tints of Blush #BB505B

RGB

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

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

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

R = 52.23%
G = 22.35%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB505B (or 0xBB505B) is known color: Blush. HEX triplet: BB, 50 and 5B. RGB value is (187,80,91). Sum of RGB (Red+Green+Blue) = 187+80+91=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB505B is #44AFA4. Grayscale: #717171. Windows color (decimal): -4501413 or 5984443. OLE color: 5984443.

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

Color convert

RGB 187 80 91 -
CMYK 0 0.57 0.51 0.27
HSL 353.83º 0.44% 0.52% -
HSV(B) 353.83º 0.57% 0.73% -
XYZ 25.25 17.06 11.86 -
YUV 113.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 187 80 91 0 0.57 0.51 0.27 353.83 0.44 0.52
Hex BB 50 5B 0 39 33 1B 162 2C 34
Octal 273 120 133 0 71 63 33 542 54 64
Binary 10111011 1010000 1011011 0 111001 110011 11011 101100010 101100 110100

Color Harmonies of #BB505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB505B

Black with #BB505B

Text Example


Text Example

White with #BB505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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