Html Css Color HEX #B66BA0 Bouquet

📋 copy color: '#B66BA0'

red 182 ◦ green 107 ◦ blue 160

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

Shades of Bouquet #B66BA0

Tints of Bouquet #B66BA0

RGB

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

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

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

R = 40.53%
G = 23.83%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B66BA0 (or 0xB66BA0) is known color: Bouquet. HEX triplet: B6, 6B and A0. RGB value is (182,107,160). Sum of RGB (Red+Green+Blue) = 182+107+160=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B66BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66BA0 is #49945F. Grayscale: #878787. Windows color (decimal): -4822112 or 10513334. OLE color: 10513334.

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

Color convert

RGB 182 107 160 -
CMYK 0 0.41 0.12 0.29
HSL 317.6º 0.34% 0.57% -
HSV(B) 317.6º 0.41% 0.71% -
XYZ 30.89 23 36.07 -
YUV 135.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 182 107 160 0 0.41 0.12 0.29 317.6 0.34 0.57
Hex B6 6B A0 0 29 C 1D 13E 22 39
Octal 266 153 240 0 51 14 35 476 42 71
Binary 10110110 1101011 10100000 0 101001 1100 11101 100111110 100010 111001

Color Harmonies of #B66BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BA0

Black with #B66BA0

Text Example


Text Example

White with #B66BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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