Html Css Color HEX #BB5E74 Blush

📋 copy color: '#BB5E74'

red 187 ◦ green 94 ◦ blue 116

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

Shades of Blush #BB5E74

Tints of Blush #BB5E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 47.1%
G = 23.68%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB5E74 (or 0xBB5E74) is known color: Blush. HEX triplet: BB, 5E and 74. RGB value is (187,94,116). Sum of RGB (Red+Green+Blue) = 187+94+116=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E74 is #44A18B. Grayscale: #7C7C7C. Windows color (decimal): -4497804 or 7626427. OLE color: 7626427.

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

Color convert

RGB 187 94 116 -
CMYK 0 0.50 0.38 0.27
HSL 345.81º 0.41% 0.55% -
HSV(B) 345.81º 0.5% 0.73% -
XYZ 27.65 19.83 18.89 -
YUV 124.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 187 94 116 0 0.50 0.38 0.27 345.81 0.41 0.55
Hex BB 5E 74 0 32 26 1B 15A 29 37
Octal 273 136 164 0 62 46 33 532 51 67
Binary 10111011 1011110 1110100 0 110010 100110 11011 101011010 101001 110111

Color Harmonies of #BB5E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E74

Black with #BB5E74

Text Example


Text Example

White with #BB5E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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