Html Css Color HEX #BB72A5 Bouquet

📋 copy color: '#BB72A5'

red 187 ◦ green 114 ◦ blue 165

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

Shades of Bouquet #BB72A5

Tints of Bouquet #BB72A5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.46%

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

R = 40.13%
G = 24.46%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB72A5 (or 0xBB72A5) is known color: Bouquet. HEX triplet: BB, 72 and A5. RGB value is (187,114,165). Sum of RGB (Red+Green+Blue) = 187+114+165=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB72A5 is #448D5A. Grayscale: #8D8D8D. Windows color (decimal): -4492635 or 10842811. OLE color: 10842811.

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

Color convert

RGB 187 114 165 -
CMYK 0 0.39 0.12 0.27
HSL 318.08º 0.35% 0.59% -
HSV(B) 318.08º 0.39% 0.73% -
XYZ 33.3 25.32 38.73 -
YUV 141.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 187 114 165 0 0.39 0.12 0.27 318.08 0.35 0.59
Hex BB 72 A5 0 27 C 1B 13E 23 3B
Octal 273 162 245 0 47 14 33 476 43 73
Binary 10111011 1110010 10100101 0 100111 1100 11011 100111110 100011 111011

Color Harmonies of #BB72A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72A5

Black with #BB72A5

Text Example


Text Example

White with #BB72A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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