Html Css Color HEX #BB6166 Blush

📋 copy color: '#BB6166'

red 187 ◦ green 97 ◦ blue 102

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

Shades of Blush #BB6166

Tints of Blush #BB6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

 BLUE value IS 102 (40.23% from 255) = 26.42%

R = 48.45%
G = 25.13%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB6166 (or 0xBB6166) is known color: Blush. HEX triplet: BB, 61 and 66. RGB value is (187,97,102). Sum of RGB (Red+Green+Blue) = 187+97+102=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6166 is #449E99. Grayscale: #7C7C7C. Windows color (decimal): -4497050 or 6709691. OLE color: 6709691.

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

Color convert

RGB 187 97 102 -
CMYK 0 0.48 0.45 0.27
HSL 356.67º 0.4% 0.56% -
HSV(B) 356.67º 0.48% 0.73% -
XYZ 27.17 20.07 15.01 -
YUV 124.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 187 97 102 0 0.48 0.45 0.27 356.67 0.4 0.56
Hex BB 61 66 0 30 2D 1B 165 28 38
Octal 273 141 146 0 60 55 33 545 50 70
Binary 10111011 1100001 1100110 0 110000 101101 11011 101100101 101000 111000

Color Harmonies of #BB6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6166

Black with #BB6166

Text Example


Text Example

White with #BB6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6166; }

 p { color: rgb(187,97,102); }

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

background-color css

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

 a { background-color: rgb(187,97,102); }

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

border-color css

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

 span { border-color: rgb(187,97,102); }

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