Html Css Color HEX #B66D9D Bouquet

📋 copy color: '#B66D9D'

red 182 ◦ green 109 ◦ blue 157

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

Shades of Bouquet #B66D9D

Tints of Bouquet #B66D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 40.63%
G = 24.33%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B66D9D (or 0xB66D9D) is known color: Bouquet. HEX triplet: B6, 6D and 9D. RGB value is (182,109,157). Sum of RGB (Red+Green+Blue) = 182+109+157=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D9D is #499262. Grayscale: #888888. Windows color (decimal): -4821603 or 10317238. OLE color: 10317238.

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

Color convert

RGB 182 109 157 -
CMYK 0 0.40 0.14 0.29
HSL 320.55º 0.33% 0.57% -
HSV(B) 320.55º 0.4% 0.71% -
XYZ 30.85 23.32 34.77 -
YUV 136.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 182 109 157 0 0.40 0.14 0.29 320.55 0.33 0.57
Hex B6 6D 9D 0 28 E 1D 141 21 39
Octal 266 155 235 0 50 16 35 501 41 71
Binary 10110110 1101101 10011101 0 101000 1110 11101 101000001 100001 111001

Color Harmonies of #B66D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D9D

Black with #B66D9D

Text Example


Text Example

White with #B66D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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