#B68CA4

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

Shades of Bouquet #B68CA4

Tints of Bouquet #B68CA4

Color information

#B68CA4 (or 0xB68CA4) is unknown color: approx Bouquet. HEX triplet: B6, 8C and A4. RGB value is (182,140,164). Sum of RGB (Red+Green+Blue) = 182+140+164=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CA4 is #49735B. Grayscale: #9B9B9B. Windows color (decimal): -4813660 or 10783926. OLE color: 10783926.

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

Color convert

RGB182140164-
CMYK00.230.100.29
HSL325.71º22.34%63.14%-
HSV(B)325.71º23.08%71.37%-
XYZ35.3731.3839.31-
YUV155.29132.91147.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 140 (55.08% from 255) = 28.81%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=37.45%
G=28.81%
B=33.74%

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
Decimal18214016400.230.100.29325.7122.3463.14
HexB68CA4017A1D146163f
Octal26621424402712355062677
Binary10110110100011001010010001011110101110110100011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CA4; }

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

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

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

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

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

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

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

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