Html Css Color HEX #B872A9 Bouquet

📋 copy color: '#B872A9'

red 184 ◦ green 114 ◦ blue 169

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

Shades of Bouquet #B872A9

Tints of Bouquet #B872A9

RGB

 RED value IS 184 (72.27% from 255) = 39.4%

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

 BLUE value IS 169 (66.41% from 255) = 36.19%

R = 39.4%
G = 24.41%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B872A9 (or 0xB872A9) is known color: Bouquet. HEX triplet: B8, 72 and A9. RGB value is (184,114,169). Sum of RGB (Red+Green+Blue) = 184+114+169=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B872A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B872A9 is #478D56. Grayscale: #8D8D8D. Windows color (decimal): -4689239 or 11104952. OLE color: 11104952.

HSL color Cylindrical-coordinate representation of color #B872A9: hue angle of 312.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B872A9 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 169 -
CMYK 0 0.38 0.08 0.28
HSL 312.86º 0.33% 0.58% -
HSV(B) 312.86º 0.38% 0.72% -
XYZ 32.95 25.09 40.64 -
YUV 141.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 184 114 169 0 0.38 0.08 0.28 312.86 0.33 0.58
Hex B8 72 A9 0 26 8 1C 139 21 3A
Octal 270 162 251 0 46 10 34 471 41 72
Binary 10111000 1110010 10101001 0 100110 1000 11100 100111001 100001 111010

Color Harmonies of #B872A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872A9

Black with #B872A9

Text Example


Text Example

White with #B872A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872A9; }

 p { color: rgb(184,114,169); }

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

background-color css

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

 a { background-color: rgb(184,114,169); }

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

border-color css

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

 span { border-color: rgb(184,114,169); }

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