Html Css Color HEX #BB5D76 Blush

📋 copy color: '#BB5D76'

red 187 ◦ green 93 ◦ blue 118

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

Shades of Blush #BB5D76

Tints of Blush #BB5D76

RGB

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

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

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

R = 46.98%
G = 23.37%
B = 29.65%

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

#BB5D76 (or 0xBB5D76) is known color: Blush. HEX triplet: BB, 5D and 76. RGB value is (187,93,118). Sum of RGB (Red+Green+Blue) = 187+93+118=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D76 is #44A289. Grayscale: #7B7B7B. Windows color (decimal): -4498058 or 7757243. OLE color: 7757243.

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

Color convert

RGB 187 93 118 -
CMYK 0 0.50 0.37 0.27
HSL 344.04º 0.41% 0.55% -
HSV(B) 344.04º 0.5% 0.73% -
XYZ 27.68 19.7 19.48 -
YUV 123.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 187 93 118 0 0.50 0.37 0.27 344.04 0.41 0.55
Hex BB 5D 76 0 32 25 1B 158 29 37
Octal 273 135 166 0 62 45 33 530 51 67
Binary 10111011 1011101 1110110 0 110010 100101 11011 101011000 101001 110111

Color Harmonies of #BB5D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D76

Black with #BB5D76

Text Example


Text Example

White with #BB5D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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