#B682A8

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

Shades of Bouquet #B682A8

Tints of Bouquet #B682A8

Color information

#B682A8 (or 0xB682A8) is unknown color: approx Bouquet. HEX triplet: B6, 82 and A8. RGB value is (182,130,168). Sum of RGB (Red+Green+Blue) = 182+130+168=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B682A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B682A8 is #497D57. Grayscale: #959595. Windows color (decimal): -4816216 or 11043510. OLE color: 11043510.

HSL color Cylindrical-coordinate representation of color #B682A8: hue angle of 316.15º 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 #B682A8 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB182130168-
CMYK00.290.080.29
HSL316.15º26.26%61.18%-
HSV(B)316.15º28.57%71.37%-
XYZ34.3428.7440.78-
YUV149.88138.23150.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 168 (66.02% from 255) = 35%
R=37.92%
G=27.08%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213016800.290.080.29316.1526.2661.18
HexB682A801D81D13c1a3d
Octal26620225003510354743275
Binary10110110100000101010100001110110001110110011110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682A8; }

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

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

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

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

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

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

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

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