#B9819A

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

Shades of Bouquet #B9819A

Tints of Bouquet #B9819A

Color information

#B9819A (or 0xB9819A) is unknown color: approx Bouquet. HEX triplet: B9, 81 and 9A. RGB value is (185,129,154). Sum of RGB (Red+Green+Blue) = 185+129+154=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B9819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9819A is #467E65. Grayscale: #949494. Windows color (decimal): -4619878 or 10125753. OLE color: 10125753.

HSL color Cylindrical-coordinate representation of color #B9819A: hue angle of 333.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9819A is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185129154-
CMYK00.300.170.27
HSL333.21º28.57%61.57%-
HSV(B)333.21º30.27%72.55%-
XYZ33.6928.3534.27-
YUV148.59131.05153.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=39.53%
G=27.56%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512915400.300.170.27333.2128.5761.57
HexB9819A01E111B14d1d3e
Octal27120123203621335153576
Binary101110011000000110011010011110100011101110100110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9819A; }

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

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

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

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

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

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

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

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