Html Css Color HEX #BB66A2 Bouquet

📋 copy color: '#BB66A2'

red 187 ◦ green 102 ◦ blue 162

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

Shades of Bouquet #BB66A2

Tints of Bouquet #BB66A2

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.62%

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 41.46%
G = 22.62%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB66A2 (or 0xBB66A2) is known color: Bouquet. HEX triplet: BB, 66 and A2. RGB value is (187,102,162). Sum of RGB (Red+Green+Blue) = 187+102+162=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB66A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB66A2 is #44995D. Grayscale: #868686. Windows color (decimal): -4495710 or 10643131. OLE color: 10643131.

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

Color convert

RGB 187 102 162 -
CMYK 0 0.45 0.13 0.27
HSL 317.65º 0.38% 0.57% -
HSV(B) 317.65º 0.45% 0.73% -
XYZ 31.77 22.68 36.89 -
YUV 134.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 187 102 162 0 0.45 0.13 0.27 317.65 0.38 0.57
Hex BB 66 A2 0 2D D 1B 13E 26 39
Octal 273 146 242 0 55 15 33 476 46 71
Binary 10111011 1100110 10100010 0 101101 1101 11011 100111110 100110 111001

Color Harmonies of #BB66A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66A2

Black with #BB66A2

Text Example


Text Example

White with #BB66A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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