Html Css Color HEX #B666A0 Bouquet

📋 copy color: '#B666A0'

red 182 ◦ green 102 ◦ blue 160

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

Shades of Bouquet #B666A0

Tints of Bouquet #B666A0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.97%

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 40.99%
G = 22.97%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B666A0 (or 0xB666A0) is known color: Bouquet. HEX triplet: B6, 66 and A0. RGB value is (182,102,160). Sum of RGB (Red+Green+Blue) = 182+102+160=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B666A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666A0 is #49995F. Grayscale: #848484. Windows color (decimal): -4823392 or 10512054. OLE color: 10512054.

HSL color Cylindrical-coordinate representation of color #B666A0: hue angle of 316.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B666A0 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 102 160 -
CMYK 0 0.44 0.12 0.29
HSL 316.5º 0.35% 0.56% -
HSV(B) 316.5º 0.44% 0.71% -
XYZ 30.39 21.99 35.9 -
YUV 132.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 182 102 160 0 0.44 0.12 0.29 316.5 0.35 0.56
Hex B6 66 A0 0 2C C 1D 13C 23 38
Octal 266 146 240 0 54 14 35 474 43 70
Binary 10110110 1100110 10100000 0 101100 1100 11101 100111100 100011 111000

Color Harmonies of #B666A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666A0

Black with #B666A0

Text Example


Text Example

White with #B666A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666A0; }

 p { color: rgb(182,102,160); }

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

background-color css

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

 a { background-color: rgb(182,102,160); }

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

border-color css

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

 span { border-color: rgb(182,102,160); }

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