#B875AA

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

Shades of Bouquet #B875AA

Tints of Bouquet #B875AA

Color information

#B875AA (or 0xB875AA) is unknown color: approx Bouquet. HEX triplet: B8, 75 and AA. RGB value is (184,117,170). Sum of RGB (Red+Green+Blue) = 184+117+170=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B875AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875AA is #478A55. Grayscale: #8E8E8E. Windows color (decimal): -4688470 or 11171256. OLE color: 11171256.

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

Color convert

RGB184117170-
CMYK00.360.080.28
HSL312.54º32.06%59.02%-
HSV(B)312.54º36.41%72.16%-
XYZ33.3825.8241.25-
YUV143.07143.2157.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=39.07%
G=24.84%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411717000.360.080.28312.5432.0659.02
HexB875AA02481C139203b
Octal27016525204410344714073
Binary101110001110101101010100100100100011100100111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875AA; }

 p { color: rgb(184,117,170); }

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

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

 a { background-color: rgb(184,117,170); }

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

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

 span { border-color: rgb(184,117,170); }

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