#B682A2

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

Shades of Bouquet #B682A2

Tints of Bouquet #B682A2

Color information

#B682A2 (or 0xB682A2) is unknown color: approx Bouquet. HEX triplet: B6, 82 and A2. RGB value is (182,130,162). Sum of RGB (Red+Green+Blue) = 182+130+162=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B682A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B682A2 is #497D5D. Grayscale: #959595. Windows color (decimal): -4816222 or 10650294. OLE color: 10650294.

HSL color Cylindrical-coordinate representation of color #B682A2: hue angle of 323.08º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B682A2 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB182130162-
CMYK00.290.110.29
HSL323.08º26.26%61.18%-
HSV(B)323.08º28.57%71.37%-
XYZ33.828.5237.91-
YUV149.2135.23151.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=38.40%
G=27.43%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213016200.290.110.29323.0826.2661.18
HexB682A201DB1D1431a3d
Octal26620224203513355033275
Binary10110110100000101010001001110110111110110100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682A2; }

 p { color: rgb(182,130,162); }

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

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

 a { background-color: rgb(182,130,162); }

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

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

 span { border-color: rgb(182,130,162); }

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