Html Css Color HEX #B66B99 Bouquet

📋 copy color: '#B66B99'

red 182 ◦ green 107 ◦ blue 153

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

Shades of Bouquet #B66B99

Tints of Bouquet #B66B99

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.21%

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

R = 41.18%
G = 24.21%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B66B99 (or 0xB66B99) is known color: Bouquet. HEX triplet: B6, 6B and 99. RGB value is (182,107,153). Sum of RGB (Red+Green+Blue) = 182+107+153=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66B99 is #499466. Grayscale: #868686. Windows color (decimal): -4822119 or 10054582. OLE color: 10054582.

HSL color Cylindrical-coordinate representation of color #B66B99: hue angle of 323.2º 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 #B66B99 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 107 153 -
CMYK 0 0.41 0.16 0.29
HSL 323.2º 0.34% 0.57% -
HSV(B) 323.2º 0.41% 0.71% -
XYZ 30.3 22.76 32.93 -
YUV 134.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 182 107 153 0 0.41 0.16 0.29 323.2 0.34 0.57
Hex B6 6B 99 0 29 10 1D 143 22 39
Octal 266 153 231 0 51 20 35 503 42 71
Binary 10110110 1101011 10011001 0 101001 10000 11101 101000011 100010 111001

Color Harmonies of #B66B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66B99

Black with #B66B99

Text Example


Text Example

White with #B66B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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