#B872AD

Color #B872AD Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B872AD

Tints of Bouquet #B872AD

Color information

#B872AD (or 0xB872AD) is unknown color: approx Bouquet. HEX triplet: B8, 72 and AD. RGB value is (184,114,173). Sum of RGB (Red+Green+Blue) = 184+114+173=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B872AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B872AD is #478D52. Grayscale: #8D8D8D. Windows color (decimal): -4689235 or 11367096. OLE color: 11367096.

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

Color convert

RGB184114173-
CMYK00.380.060.28
HSL309.43º33.02%58.43%-
HSV(B)309.43º38.04%72.16%-
XYZ33.3325.2442.65-
YUV141.66145.69158.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=39.07%
G=24.20%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411417300.380.060.28309.4333.0258.43
HexB872AD02661C135213a
Octal2701622550466344654172
Binary10111000111001010101101010011011011100100110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B872AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B872AD; }

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

 H1.HeaderClassName
 {
   color: #B872AD;
 }
 .AnyTagClassName
 {
   color: #B872AD;
 }
</style>
background-color css

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

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

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

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

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

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