Html Css Color HEX #BB5E72 Blush

📋 copy color: '#BB5E72'

red 187 ◦ green 94 ◦ blue 114

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

Shades of Blush #BB5E72

Tints of Blush #BB5E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 47.34%
G = 23.8%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB5E72 (or 0xBB5E72) is known color: Blush. HEX triplet: BB, 5E and 72. RGB value is (187,94,114). Sum of RGB (Red+Green+Blue) = 187+94+114=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E72 is #44A18D. Grayscale: #7C7C7C. Windows color (decimal): -4497806 or 7495355. OLE color: 7495355.

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

Color convert

RGB 187 94 114 -
CMYK 0 0.50 0.39 0.27
HSL 347.1º 0.41% 0.55% -
HSV(B) 347.1º 0.5% 0.73% -
XYZ 27.53 19.79 18.29 -
YUV 124.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 187 94 114 0 0.50 0.39 0.27 347.1 0.41 0.55
Hex BB 5E 72 0 32 27 1B 15B 29 37
Octal 273 136 162 0 62 47 33 533 51 67
Binary 10111011 1011110 1110010 0 110010 100111 11011 101011011 101001 110111

Color Harmonies of #BB5E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E72

Black with #BB5E72

Text Example


Text Example

White with #BB5E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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