Html Css Color HEX #B66A9F Bouquet

📋 copy color: '#B66A9F'

red 182 ◦ green 106 ◦ blue 159

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

Shades of Bouquet #B66A9F

Tints of Bouquet #B66A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 40.72%
G = 23.71%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B66A9F (or 0xB66A9F) is known color: Bouquet. HEX triplet: B6, 6A and 9F. RGB value is (182,106,159). Sum of RGB (Red+Green+Blue) = 182+106+159=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A9F is #499560. Grayscale: #868686. Windows color (decimal): -4822369 or 10447542. OLE color: 10447542.

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

Color convert

RGB 182 106 159 -
CMYK 0 0.42 0.13 0.29
HSL 318.16º 0.34% 0.56% -
HSV(B) 318.16º 0.42% 0.71% -
XYZ 30.7 22.76 35.58 -
YUV 134.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 182 106 159 0 0.42 0.13 0.29 318.16 0.34 0.56
Hex B6 6A 9F 0 2A D 1D 13E 22 38
Octal 266 152 237 0 52 15 35 476 42 70
Binary 10110110 1101010 10011111 0 101010 1101 11101 100111110 100010 111000

Color Harmonies of #B66A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A9F

Black with #B66A9F

Text Example


Text Example

White with #B66A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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