#B68CA3

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

Shades of Bouquet #B68CA3

Tints of Bouquet #B68CA3

Color information

#B68CA3 (or 0xB68CA3) is unknown color: approx Bouquet. HEX triplet: B6, 8C and A3. RGB value is (182,140,163). Sum of RGB (Red+Green+Blue) = 182+140+163=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CA3 is #49735C. Grayscale: #9B9B9B. Windows color (decimal): -4813661 or 10718390. OLE color: 10718390.

HSL color Cylindrical-coordinate representation of color #B68CA3: hue angle of 327.14º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68CA3 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB182140163-
CMYK00.230.100.29
HSL327.14º22.34%63.14%-
HSV(B)327.14º23.08%71.37%-
XYZ35.2831.3538.84-
YUV155.18132.41147.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 163 (64.06% from 255) = 33.61%
R=37.53%
G=28.87%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214016300.230.100.29327.1422.3463.14
HexB68CA3017A1D147163f
Octal26621424302712355072677
Binary10110110100011001010001101011110101110110100011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CA3; }

 p { color: rgb(182,140,163); }

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

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

 a { background-color: rgb(182,140,163); }

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

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

 span { border-color: rgb(182,140,163); }

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