#B875AB

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

Shades of Bouquet #B875AB

Tints of Bouquet #B875AB

Color information

#B875AB (or 0xB875AB) is unknown color: approx Bouquet. HEX triplet: B8, 75 and AB. RGB value is (184,117,171). Sum of RGB (Red+Green+Blue) = 184+117+171=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B875AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875AB is #478A54. Grayscale: #8F8F8F. Windows color (decimal): -4688469 or 11236792. OLE color: 11236792.

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

Color convert

RGB184117171-
CMYK00.360.070.28
HSL311.64º32.06%59.02%-
HSV(B)311.64º36.41%72.16%-
XYZ33.4825.8541.75-
YUV143.19143.7157.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=38.98%
G=24.79%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411717100.360.070.28311.6432.0659.02
HexB875AB02471C138203b
Octal2701652530447344704073
Binary10111000111010110101011010010011111100100111000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875AB; }

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

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

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

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

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

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

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

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