Html Css Color HEX #BB7BA5 Bouquet

📋 copy color: '#BB7BA5'

red 187 ◦ green 123 ◦ blue 165

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

Shades of Bouquet #BB7BA5

Tints of Bouquet #BB7BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.74%

R = 39.37%
G = 25.89%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB7BA5 (or 0xBB7BA5) is known color: Bouquet. HEX triplet: BB, 7B and A5. RGB value is (187,123,165). Sum of RGB (Red+Green+Blue) = 187+123+165=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BA5 is #44845A. Grayscale: #929292. Windows color (decimal): -4490331 or 10845115. OLE color: 10845115.

HSL color Cylindrical-coordinate representation of color #BB7BA5: hue angle of 320.62º 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 #BB7BA5 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 123 165 -
CMYK 0 0.34 0.12 0.27
HSL 320.63º 0.32% 0.61% -
HSV(B) 320.63º 0.34% 0.73% -
XYZ 34.37 27.45 39.08 -
YUV 146.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 187 123 165 0 0.34 0.12 0.27 320.63 0.32 0.61
Hex BB 7B A5 0 22 C 1B 141 20 3D
Octal 273 173 245 0 42 14 33 501 40 75
Binary 10111011 1111011 10100101 0 100010 1100 11011 101000001 100000 111101

Color Harmonies of #BB7BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BA5

Black with #BB7BA5

Text Example


Text Example

White with #BB7BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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