Html Css Color HEX #B66EA5 Bouquet

📋 copy color: '#B66EA5'

red 182 ◦ green 110 ◦ blue 165

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

Shades of Bouquet #B66EA5

Tints of Bouquet #B66EA5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.07%

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 39.82%
G = 24.07%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B66EA5 (or 0xB66EA5) is known color: Bouquet. HEX triplet: B6, 6E and A5. RGB value is (182,110,165). Sum of RGB (Red+Green+Blue) = 182+110+165=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B66EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66EA5 is #49915A. Grayscale: #898989. Windows color (decimal): -4821339 or 10841782. OLE color: 10841782.

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

Color convert

RGB 182 110 165 -
CMYK 0 0.40 0.09 0.29
HSL 314.17º 0.33% 0.57% -
HSV(B) 314.17º 0.4% 0.71% -
XYZ 31.66 23.81 38.53 -
YUV 137.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 182 110 165 0 0.40 0.09 0.29 314.17 0.33 0.57
Hex B6 6E A5 0 28 9 1D 13A 21 39
Octal 266 156 245 0 50 11 35 472 41 71
Binary 10110110 1101110 10100101 0 101000 1001 11101 100111010 100001 111001

Color Harmonies of #B66EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EA5

Black with #B66EA5

Text Example


Text Example

White with #B66EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EA5; }

 p { color: rgb(182,110,165); }

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

background-color css

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

 a { background-color: rgb(182,110,165); }

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

border-color css

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

 span { border-color: rgb(182,110,165); }

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