Html Css Color HEX #B66D99 Bouquet

📋 copy color: '#B66D99'

red 182 ◦ green 109 ◦ blue 153

#B66D99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #B66D99

Tints of Bouquet #B66D99

RGB

 RED value IS 182 (71.48% from 255) = 40.99%

 GREEN value IS 109 (42.97% from 255) = 24.55%

 BLUE value IS 153 (60.16% from 255) = 34.46%

R = 40.99%
G = 24.55%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B66D99 (or 0xB66D99) is known color: Bouquet. HEX triplet: B6, 6D and 99. RGB value is (182,109,153). Sum of RGB (Red+Green+Blue) = 182+109+153=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D99 is #499266. Grayscale: #878787. Windows color (decimal): -4821607 or 10055094. OLE color: 10055094.

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

Color convert

RGB 182 109 153 -
CMYK 0 0.40 0.16 0.29
HSL 323.84º 0.33% 0.57% -
HSV(B) 323.84º 0.4% 0.71% -
XYZ 30.51 23.18 33 -
YUV 135.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 182 109 153 0 0.40 0.16 0.29 323.84 0.33 0.57
Hex B6 6D 99 0 28 10 1D 144 21 39
Octal 266 155 231 0 50 20 35 504 41 71
Binary 10110110 1101101 10011001 0 101000 10000 11101 101000100 100001 111001

Color Harmonies of #B66D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D99

Black with #B66D99

Text Example


Text Example

White with #B66D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D99; }

 p { color: rgb(182,109,153); }

 H1.HeaderClassName
 {
   color: #B66D99;
 }
 .AnyTagClassName
 {
   color: #B66D99;
 }
</style>

background-color css

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

 a { background-color: rgb(182,109,153); }

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

border-color css

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

 span { border-color: rgb(182,109,153); }

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