Html Css Color HEX #B66D96 Bouquet

📋 copy color: '#B66D96'

red 182 ◦ green 109 ◦ blue 150

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

Shades of Bouquet #B66D96

Tints of Bouquet #B66D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 41.27%
G = 24.72%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B66D96 (or 0xB66D96) is known color: Bouquet. HEX triplet: B6, 6D and 96. RGB value is (182,109,150). Sum of RGB (Red+Green+Blue) = 182+109+150=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D96 is #499269. Grayscale: #878787. Windows color (decimal): -4821610 or 9858486. OLE color: 9858486.

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

Color convert

RGB 182 109 150 -
CMYK 0 0.40 0.18 0.29
HSL 326.3º 0.33% 0.57% -
HSV(B) 326.3º 0.4% 0.71% -
XYZ 30.27 23.08 31.71 -
YUV 135.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 182 109 150 0 0.40 0.18 0.29 326.3 0.33 0.57
Hex B6 6D 96 0 28 12 1D 146 21 39
Octal 266 155 226 0 50 22 35 506 41 71
Binary 10110110 1101101 10010110 0 101000 10010 11101 101000110 100001 111001

Color Harmonies of #B66D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D96

Black with #B66D96

Text Example


Text Example

White with #B66D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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