Html Css Color HEX #BB5D6E Blush

📋 copy color: '#BB5D6E'

red 187 ◦ green 93 ◦ blue 110

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

Shades of Blush #BB5D6E

Tints of Blush #BB5D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.85%

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

R = 47.95%
G = 23.85%
B = 28.21%

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

#BB5D6E (or 0xBB5D6E) is known color: Blush. HEX triplet: BB, 5D and 6E. RGB value is (187,93,110). Sum of RGB (Red+Green+Blue) = 187+93+110=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D6E is #44A291. Grayscale: #7B7B7B. Windows color (decimal): -4498066 or 7232955. OLE color: 7232955.

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

Color convert

RGB 187 93 110 -
CMYK 0 0.50 0.41 0.27
HSL 349.15º 0.41% 0.55% -
HSV(B) 349.15º 0.5% 0.73% -
XYZ 27.22 19.52 17.08 -
YUV 123.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 187 93 110 0 0.50 0.41 0.27 349.15 0.41 0.55
Hex BB 5D 6E 0 32 29 1B 15D 29 37
Octal 273 135 156 0 62 51 33 535 51 67
Binary 10111011 1011101 1101110 0 110010 101001 11011 101011101 101001 110111

Color Harmonies of #BB5D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D6E

Black with #BB5D6E

Text Example


Text Example

White with #BB5D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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