Html Css Color HEX #BB5370 Blush

📋 copy color: '#BB5370'

red 187 ◦ green 83 ◦ blue 112

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

Shades of Blush #BB5370

Tints of Blush #BB5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.73%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 48.95%
G = 21.73%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB5370 (or 0xBB5370) is known color: Blush. HEX triplet: BB, 53 and 70. RGB value is (187,83,112). Sum of RGB (Red+Green+Blue) = 187+83+112=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5370 is #44AC8F. Grayscale: #757575. Windows color (decimal): -4500624 or 7361467. OLE color: 7361467.

HSL color Cylindrical-coordinate representation of color #BB5370: hue angle of 343.27º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5370 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 83 112 -
CMYK 0 0.56 0.40 0.27
HSL 343.27º 0.43% 0.53% -
HSV(B) 343.27º 0.56% 0.73% -
XYZ 26.51 17.92 17.39 -
YUV 117.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 187 83 112 0 0.56 0.40 0.27 343.27 0.43 0.53
Hex BB 53 70 0 38 28 1B 157 2B 35
Octal 273 123 160 0 70 50 33 527 53 65
Binary 10111011 1010011 1110000 0 111000 101000 11011 101010111 101011 110101

Color Harmonies of #BB5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5370

Black with #BB5370

Text Example


Text Example

White with #BB5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5370; }

 p { color: rgb(187,83,112); }

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

background-color css

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

 a { background-color: rgb(187,83,112); }

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

border-color css

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

 span { border-color: rgb(187,83,112); }

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