Html Css Color HEX #BB7AA2 Bouquet

📋 copy color: '#BB7AA2'

red 187 ◦ green 122 ◦ blue 162

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

Shades of Bouquet #BB7AA2

Tints of Bouquet #BB7AA2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

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

R = 39.7%
G = 25.9%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB7AA2 (or 0xBB7AA2) is known color: Bouquet. HEX triplet: BB, 7A and A2. RGB value is (187,122,162). Sum of RGB (Red+Green+Blue) = 187+122+162=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AA2 is #44855D. Grayscale: #919191. Windows color (decimal): -4490590 or 10648251. OLE color: 10648251.

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

Color convert

RGB 187 122 162 -
CMYK 0 0.35 0.13 0.27
HSL 323.08º 0.32% 0.61% -
HSV(B) 323.08º 0.35% 0.73% -
XYZ 33.97 27.09 37.62 -
YUV 146 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 187 122 162 0 0.35 0.13 0.27 323.08 0.32 0.61
Hex BB 7A A2 0 23 D 1B 143 20 3D
Octal 273 172 242 0 43 15 33 503 40 75
Binary 10111011 1111010 10100010 0 100011 1101 11011 101000011 100000 111101

Color Harmonies of #BB7AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7AA2

Black with #BB7AA2

Text Example


Text Example

White with #BB7AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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