Html Css Color HEX #B872AB Bouquet

📋 copy color: '#B872AB'

red 184 ◦ green 114 ◦ blue 171

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

Shades of Bouquet #B872AB

Tints of Bouquet #B872AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 39.23%
G = 24.31%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B872AB (or 0xB872AB) is known color: Bouquet. HEX triplet: B8, 72 and AB. RGB value is (184,114,171). Sum of RGB (Red+Green+Blue) = 184+114+171=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B872AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B872AB is #478D54. Grayscale: #8D8D8D. Windows color (decimal): -4689237 or 11236024. OLE color: 11236024.

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

Color convert

RGB 184 114 171 -
CMYK 0 0.38 0.07 0.28
HSL 311.14º 0.33% 0.58% -
HSV(B) 311.14º 0.38% 0.72% -
XYZ 33.14 25.17 41.64 -
YUV 141.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 184 114 171 0 0.38 0.07 0.28 311.14 0.33 0.58
Hex B8 72 AB 0 26 7 1C 137 21 3A
Octal 270 162 253 0 46 7 34 467 41 72
Binary 10111000 1110010 10101011 0 100110 111 11100 100110111 100001 111010

Color Harmonies of #B872AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872AB

Black with #B872AB

Text Example


Text Example

White with #B872AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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