Html Css Color HEX #BB7BA0 Bouquet

📋 copy color: '#BB7BA0'

red 187 ◦ green 123 ◦ blue 160

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

Shades of Bouquet #BB7BA0

Tints of Bouquet #BB7BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 39.79%
G = 26.17%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB7BA0 (or 0xBB7BA0) is known color: Bouquet. HEX triplet: BB, 7B and A0. RGB value is (187,123,160). Sum of RGB (Red+Green+Blue) = 187+123+160=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BA0 is #44845F. Grayscale: #929292. Windows color (decimal): -4490336 or 10517435. OLE color: 10517435.

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

Color convert

RGB 187 123 160 -
CMYK 0 0.34 0.14 0.27
HSL 325.31º 0.32% 0.61% -
HSV(B) 325.31º 0.34% 0.73% -
XYZ 33.92 27.27 36.73 -
YUV 146.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 187 123 160 0 0.34 0.14 0.27 325.31 0.32 0.61
Hex BB 7B A0 0 22 E 1B 145 20 3D
Octal 273 173 240 0 42 16 33 505 40 75
Binary 10111011 1111011 10100000 0 100010 1110 11011 101000101 100000 111101

Color Harmonies of #BB7BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BA0

Black with #BB7BA0

Text Example


Text Example

White with #BB7BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BA0; }

 p { color: rgb(187,123,160); }

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

background-color css

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

 a { background-color: rgb(187,123,160); }

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

border-color css

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

 span { border-color: rgb(187,123,160); }

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