#B68CA1

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

Shades of Bouquet #B68CA1

Tints of Bouquet #B68CA1

Color information

#B68CA1 (or 0xB68CA1) is unknown color: approx Bouquet. HEX triplet: B6, 8C and A1. RGB value is (182,140,161). Sum of RGB (Red+Green+Blue) = 182+140+161=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CA1 is #49735E. Grayscale: #9A9A9A. Windows color (decimal): -4813663 or 10587318. OLE color: 10587318.

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

Color convert

RGB182140161-
CMYK00.230.120.29
HSL330º22.34%63.14%-
HSV(B)330º23.08%71.37%-
XYZ35.131.2737.9-
YUV154.95131.41147.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 161 (63.28% from 255) = 33.33%
R=37.68%
G=28.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214016100.230.120.2933022.3463.14
HexB68CA1017C1D14a163f
Octal26621424102714355122677
Binary10110110100011001010000101011111001110110100101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CA1; }

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

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

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

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

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

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

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

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