#B66B98

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

Shades of Bouquet #B66B98

Tints of Bouquet #B66B98

Color information

#B66B98 (or 0xB66B98) is unknown color: approx Bouquet. HEX triplet: B6, 6B and 98. RGB value is (182,107,152). Sum of RGB (Red+Green+Blue) = 182+107+152=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66B98 is #499467. Grayscale: #868686. Windows color (decimal): -4822120 or 9989046. OLE color: 9989046.

HSL color Cylindrical-coordinate representation of color #B66B98: hue angle of 324º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66B98 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB182107152-
CMYK00.410.160.29
HSL324º33.94%56.67%-
HSV(B)324º41.21%71.37%-
XYZ30.2222.7332.5-
YUV134.56137.85161.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=41.27%
G=24.26%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210715200.410.160.2932433.9456.67
HexB66B98029101D1442239
Octal26615323005120355044271
Binary1011011011010111001100001010011000011101101000100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B98; }

 p { color: rgb(182,107,152); }

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

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

 a { background-color: rgb(182,107,152); }

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

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

 span { border-color: rgb(182,107,152); }

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