Html Css Color HEX #B668A0 Bouquet

📋 copy color: '#B668A0'

red 182 ◦ green 104 ◦ blue 160

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

Shades of Bouquet #B668A0

Tints of Bouquet #B668A0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.32%

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

R = 40.81%
G = 23.32%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B668A0 (or 0xB668A0) is known color: Bouquet. HEX triplet: B6, 68 and A0. RGB value is (182,104,160). Sum of RGB (Red+Green+Blue) = 182+104+160=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B668A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668A0 is #49975F. Grayscale: #858585. Windows color (decimal): -4822880 or 10512566. OLE color: 10512566.

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

Color convert

RGB 182 104 160 -
CMYK 0 0.43 0.12 0.29
HSL 316.92º 0.35% 0.56% -
HSV(B) 316.92º 0.43% 0.71% -
XYZ 30.59 22.38 35.97 -
YUV 133.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 182 104 160 0 0.43 0.12 0.29 316.92 0.35 0.56
Hex B6 68 A0 0 2B C 1D 13D 23 38
Octal 266 150 240 0 53 14 35 475 43 70
Binary 10110110 1101000 10100000 0 101011 1100 11101 100111101 100011 111000

Color Harmonies of #B668A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B668A0

Black with #B668A0

Text Example


Text Example

White with #B668A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B668A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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