Html Css Color HEX #B872A0 Bouquet

📋 copy color: '#B872A0'

red 184 ◦ green 114 ◦ blue 160

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

Shades of Bouquet #B872A0

Tints of Bouquet #B872A0

RGB

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

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

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

R = 40.17%
G = 24.89%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B872A0 (or 0xB872A0) is known color: Bouquet. HEX triplet: B8, 72 and A0. RGB value is (184,114,160). Sum of RGB (Red+Green+Blue) = 184+114+160=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B872A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B872A0 is #478D5F. Grayscale: #8C8C8C. Windows color (decimal): -4689248 or 10515128. OLE color: 10515128.

HSL color Cylindrical-coordinate representation of color #B872A0: hue angle of 320.57º 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 #B872A0 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 160 -
CMYK 0 0.38 0.13 0.28
HSL 320.57º 0.33% 0.58% -
HSV(B) 320.57º 0.38% 0.72% -
XYZ 32.13 24.76 36.34 -
YUV 140.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 184 114 160 0 0.38 0.13 0.28 320.57 0.33 0.58
Hex B8 72 A0 0 26 D 1C 141 21 3A
Octal 270 162 240 0 46 15 34 501 41 72
Binary 10111000 1110010 10100000 0 100110 1101 11100 101000001 100001 111010

Color Harmonies of #B872A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872A0

Black with #B872A0

Text Example


Text Example

White with #B872A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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