#B68AA0

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

Shades of Bouquet #B68AA0

Tints of Bouquet #B68AA0

Color information

#B68AA0 (or 0xB68AA0) is unknown color: approx Bouquet. HEX triplet: B6, 8A and A0. RGB value is (182,138,160). Sum of RGB (Red+Green+Blue) = 182+138+160=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AA0 is #49755F. Grayscale: #999999. Windows color (decimal): -4814176 or 10521270. OLE color: 10521270.

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

Color convert

RGB182138160-
CMYK00.240.120.29
HSL330º23.16%62.75%-
HSV(B)330º24.18%71.37%-
XYZ34.7330.6637.35-
YUV153.66131.58148.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 138 (54.30% from 255) = 28.75%
BLUE value IS 160 (62.89% from 255) = 33.33%
R=37.92%
G=28.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213816000.240.120.2933023.1662.75
HexB68AA0018C1D14a173f
Octal26621224003014355122777
Binary10110110100010101010000001100011001110110100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AA0; }

 p { color: rgb(182,138,160); }

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

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

 a { background-color: rgb(182,138,160); }

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

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

 span { border-color: rgb(182,138,160); }

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