Html Css Color HEX #BB6566 Blush

📋 copy color: '#BB6566'

red 187 ◦ green 101 ◦ blue 102

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

Shades of Blush #BB6566

Tints of Blush #BB6566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.9%

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

R = 47.95%
G = 25.9%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB6566 (or 0xBB6566) is known color: Blush. HEX triplet: BB, 65 and 66. RGB value is (187,101,102). Sum of RGB (Red+Green+Blue) = 187+101+102=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6566 is #449A99. Grayscale: #7E7E7E. Windows color (decimal): -4496026 or 6710715. OLE color: 6710715.

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

Color convert

RGB 187 101 102 -
CMYK 0 0.46 0.45 0.27
HSL 359.3º 0.39% 0.56% -
HSV(B) 359.3º 0.46% 0.73% -
XYZ 27.55 20.83 15.14 -
YUV 126.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 187 101 102 0 0.46 0.45 0.27 359.3 0.39 0.56
Hex BB 65 66 0 2E 2D 1B 167 27 38
Octal 273 145 146 0 56 55 33 547 47 70
Binary 10111011 1100101 1100110 0 101110 101101 11011 101100111 100111 111000

Color Harmonies of #BB6566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6566

Black with #BB6566

Text Example


Text Example

White with #BB6566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6566; }

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

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

background-color css

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

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

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

border-color css

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

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

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