Html Css Color HEX #B66F99 Bouquet

📋 copy color: '#B66F99'

red 182 ◦ green 111 ◦ blue 153

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

Shades of Bouquet #B66F99

Tints of Bouquet #B66F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.89%

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

R = 40.81%
G = 24.89%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B66F99 (or 0xB66F99) is known color: Bouquet. HEX triplet: B6, 6F and 99. RGB value is (182,111,153). Sum of RGB (Red+Green+Blue) = 182+111+153=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F99 is #499066. Grayscale: #888888. Windows color (decimal): -4821095 or 10055606. OLE color: 10055606.

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

Color convert

RGB 182 111 153 -
CMYK 0 0.39 0.16 0.29
HSL 324.51º 0.33% 0.57% -
HSV(B) 324.51º 0.39% 0.71% -
XYZ 30.73 23.61 33.08 -
YUV 137.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 182 111 153 0 0.39 0.16 0.29 324.51 0.33 0.57
Hex B6 6F 99 0 27 10 1D 145 21 39
Octal 266 157 231 0 47 20 35 505 41 71
Binary 10110110 1101111 10011001 0 100111 10000 11101 101000101 100001 111001

Color Harmonies of #B66F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66F99

Black with #B66F99

Text Example


Text Example

White with #B66F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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