Html Css Color HEX #B66A9C Bouquet

📋 copy color: '#B66A9C'

red 182 ◦ green 106 ◦ blue 156

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

Shades of Bouquet #B66A9C

Tints of Bouquet #B66A9C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.87%

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 40.99%
G = 23.87%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B66A9C (or 0xB66A9C) is known color: Bouquet. HEX triplet: B6, 6A and 9C. RGB value is (182,106,156). Sum of RGB (Red+Green+Blue) = 182+106+156=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A9C is #499563. Grayscale: #868686. Windows color (decimal): -4822372 or 10250934. OLE color: 10250934.

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

Color convert

RGB 182 106 156 -
CMYK 0 0.42 0.14 0.29
HSL 320.53º 0.34% 0.56% -
HSV(B) 320.53º 0.42% 0.71% -
XYZ 30.45 22.65 34.22 -
YUV 134.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 182 106 156 0 0.42 0.14 0.29 320.53 0.34 0.56
Hex B6 6A 9C 0 2A E 1D 141 22 38
Octal 266 152 234 0 52 16 35 501 42 70
Binary 10110110 1101010 10011100 0 101010 1110 11101 101000001 100010 111000

Color Harmonies of #B66A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A9C

Black with #B66A9C

Text Example


Text Example

White with #B66A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A9C; }

 p { color: rgb(182,106,156); }

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

background-color css

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

 a { background-color: rgb(182,106,156); }

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

border-color css

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

 span { border-color: rgb(182,106,156); }

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