Html Css Color HEX #BB505E Blush

📋 copy color: '#BB505E'

red 187 ◦ green 80 ◦ blue 94

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

Shades of Blush #BB505E

Tints of Blush #BB505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 51.8%
G = 22.16%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB505E (or 0xBB505E) is known color: Blush. HEX triplet: BB, 50 and 5E. RGB value is (187,80,94). Sum of RGB (Red+Green+Blue) = 187+80+94=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB505E is #44AFA1. Grayscale: #717171. Windows color (decimal): -4501410 or 6181051. OLE color: 6181051.

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

Color convert

RGB 187 80 94 -
CMYK 0 0.57 0.50 0.27
HSL 352.15º 0.44% 0.52% -
HSV(B) 352.15º 0.57% 0.73% -
XYZ 25.38 17.11 12.55 -
YUV 113.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 187 80 94 0 0.57 0.50 0.27 352.15 0.44 0.52
Hex BB 50 5E 0 39 32 1B 160 2C 34
Octal 273 120 136 0 71 62 33 540 54 64
Binary 10111011 1010000 1011110 0 111001 110010 11011 101100000 101100 110100

Color Harmonies of #BB505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB505E

Black with #BB505E

Text Example


Text Example

White with #BB505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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