Html Css Color HEX #BB72A4 Bouquet

📋 copy color: '#BB72A4'

red 187 ◦ green 114 ◦ blue 164

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

Shades of Bouquet #BB72A4

Tints of Bouquet #BB72A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.27%

R = 40.22%
G = 24.52%
B = 35.27%

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

#BB72A4 (or 0xBB72A4) is known color: Bouquet. HEX triplet: BB, 72 and A4. RGB value is (187,114,164). Sum of RGB (Red+Green+Blue) = 187+114+164=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB72A4 is #448D5B. Grayscale: #8D8D8D. Windows color (decimal): -4492636 or 10777275. OLE color: 10777275.

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

Color convert

RGB 187 114 164 -
CMYK 0 0.39 0.12 0.27
HSL 318.9º 0.35% 0.59% -
HSV(B) 318.9º 0.39% 0.73% -
XYZ 33.21 25.28 38.25 -
YUV 141.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 187 114 164 0 0.39 0.12 0.27 318.9 0.35 0.59
Hex BB 72 A4 0 27 C 1B 13F 23 3B
Octal 273 162 244 0 47 14 33 477 43 73
Binary 10111011 1110010 10100100 0 100111 1100 11011 100111111 100011 111011

Color Harmonies of #BB72A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72A4

Black with #BB72A4

Text Example


Text Example

White with #BB72A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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