Html Css Color HEX #BB5E76 Blush

📋 copy color: '#BB5E76'

red 187 ◦ green 94 ◦ blue 118

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

Shades of Blush #BB5E76

Tints of Blush #BB5E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 46.87%
G = 23.56%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB5E76 (or 0xBB5E76) is known color: Blush. HEX triplet: BB, 5E and 76. RGB value is (187,94,118). Sum of RGB (Red+Green+Blue) = 187+94+118=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E76 is #44A189. Grayscale: #7C7C7C. Windows color (decimal): -4497802 or 7757499. OLE color: 7757499.

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

Color convert

RGB 187 94 118 -
CMYK 0 0.50 0.37 0.27
HSL 344.52º 0.41% 0.55% -
HSV(B) 344.52º 0.5% 0.73% -
XYZ 27.77 19.88 19.51 -
YUV 124.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 187 94 118 0 0.50 0.37 0.27 344.52 0.41 0.55
Hex BB 5E 76 0 32 25 1B 159 29 37
Octal 273 136 166 0 62 45 33 531 51 67
Binary 10111011 1011110 1110110 0 110010 100101 11011 101011001 101001 110111

Color Harmonies of #BB5E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E76

Black with #BB5E76

Text Example


Text Example

White with #BB5E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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