Html Css Color HEX #B6669F Bouquet

📋 copy color: '#B6669F'

red 182 ◦ green 102 ◦ blue 159

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

Shades of Bouquet #B6669F

Tints of Bouquet #B6669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

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

R = 41.08%
G = 23.02%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6669F (or 0xB6669F) is known color: Bouquet. HEX triplet: B6, 66 and 9F. RGB value is (182,102,159). Sum of RGB (Red+Green+Blue) = 182+102+159=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6669F is #499960. Grayscale: #848484. Windows color (decimal): -4823393 or 10446518. OLE color: 10446518.

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

Color convert

RGB 182 102 159 -
CMYK 0 0.44 0.13 0.29
HSL 317.25º 0.35% 0.56% -
HSV(B) 317.25º 0.44% 0.71% -
XYZ 30.3 21.95 35.44 -
YUV 132.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 182 102 159 0 0.44 0.13 0.29 317.25 0.35 0.56
Hex B6 66 9F 0 2C D 1D 13D 23 38
Octal 266 146 237 0 54 15 35 475 43 70
Binary 10110110 1100110 10011111 0 101100 1101 11101 100111101 100011 111000

Color Harmonies of #B6669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6669F

Black with #B6669F

Text Example


Text Example

White with #B6669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6669F; }

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

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

background-color css

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

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

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

border-color css

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

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

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