#B6819A

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

Shades of Bouquet #B6819A

Tints of Bouquet #B6819A

Color information

#B6819A (or 0xB6819A) is unknown color: approx Bouquet. HEX triplet: B6, 81 and 9A. RGB value is (182,129,154). Sum of RGB (Red+Green+Blue) = 182+129+154=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6819A is #497E65. Grayscale: #939393. Windows color (decimal): -4816486 or 10125750. OLE color: 10125750.

HSL color Cylindrical-coordinate representation of color #B6819A: hue angle of 331.7º degrees, saturation: 0.27, 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 #B6819A is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB182129154-
CMYK00.290.150.29
HSL331.7º26.63%60.98%-
HSV(B)331.7º29.12%71.37%-
XYZ32.9727.9834.23-
YUV147.7131.56152.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=39.14%
G=27.74%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212915400.290.150.29331.726.6360.98
HexB6819A01DF1D14c1b3d
Octal26620123203517355143375
Binary10110110100000011001101001110111111110110100110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6819A; }

 p { color: rgb(182,129,154); }

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

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

 a { background-color: rgb(182,129,154); }

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

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

 span { border-color: rgb(182,129,154); }

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