Html Css Color HEX #BB5E6E Blush

📋 copy color: '#BB5E6E'

red 187 ◦ green 94 ◦ blue 110

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

Shades of Blush #BB5E6E

Tints of Blush #BB5E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.04%

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 47.83%
G = 24.04%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB5E6E (or 0xBB5E6E) is known color: Blush. HEX triplet: BB, 5E and 6E. RGB value is (187,94,110). Sum of RGB (Red+Green+Blue) = 187+94+110=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E6E is #44A191. Grayscale: #7B7B7B. Windows color (decimal): -4497810 or 7233211. OLE color: 7233211.

HSL color Cylindrical-coordinate representation of color #BB5E6E: hue angle of 349.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E6E is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 110 -
CMYK 0 0.50 0.41 0.27
HSL 349.68º 0.41% 0.55% -
HSV(B) 349.68º 0.5% 0.73% -
XYZ 27.31 19.7 17.11 -
YUV 123.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 187 94 110 0 0.50 0.41 0.27 349.68 0.41 0.55
Hex BB 5E 6E 0 32 29 1B 15E 29 37
Octal 273 136 156 0 62 51 33 536 51 67
Binary 10111011 1011110 1101110 0 110010 101001 11011 101011110 101001 110111

Color Harmonies of #BB5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E6E

Black with #BB5E6E

Text Example


Text Example

White with #BB5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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