#B671AB

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

Shades of Bouquet #B671AB

Tints of Bouquet #B671AB

Color information

#B671AB (or 0xB671AB) is unknown color: approx Bouquet. HEX triplet: B6, 71 and AB. RGB value is (182,113,171). Sum of RGB (Red+Green+Blue) = 182+113+171=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B671AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B671AB is #498E54. Grayscale: #8C8C8C. Windows color (decimal): -4820565 or 11235766. OLE color: 11235766.

HSL color Cylindrical-coordinate representation of color #B671AB: hue angle of 309.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B671AB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182113171-
CMYK00.380.060.29
HSL309.57º32.09%57.84%-
HSV(B)309.57º37.91%71.37%-
XYZ32.5524.741.58-
YUV140.24145.36157.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=39.06%
G=24.25%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211317100.380.060.29309.5732.0957.84
HexB671AB02661D136203a
Octal2661612530466354664072
Binary10110110111000110101011010011011011101100110110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671AB; }

 p { color: rgb(182,113,171); }

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

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

 a { background-color: rgb(182,113,171); }

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

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

 span { border-color: rgb(182,113,171); }

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