Html Css Color HEX #B679A2 Bouquet

📋 copy color: '#B679A2'

red 182 ◦ green 121 ◦ blue 162

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

Shades of Bouquet #B679A2

Tints of Bouquet #B679A2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.02%

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 39.14%
G = 26.02%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B679A2 (or 0xB679A2) is known color: Bouquet. HEX triplet: B6, 79 and A2. RGB value is (182,121,162). Sum of RGB (Red+Green+Blue) = 182+121+162=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B679A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679A2 is #49865D. Grayscale: #8F8F8F. Windows color (decimal): -4818526 or 10647990. OLE color: 10647990.

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

Color convert

RGB 182 121 162 -
CMYK 0 0.34 0.11 0.29
HSL 319.67º 0.29% 0.59% -
HSV(B) 319.67º 0.34% 0.71% -
XYZ 32.65 26.23 37.52 -
YUV 143.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 182 121 162 0 0.34 0.11 0.29 319.67 0.29 0.59
Hex B6 79 A2 0 22 B 1D 140 1D 3B
Octal 266 171 242 0 42 13 35 500 35 73
Binary 10110110 1111001 10100010 0 100010 1011 11101 101000000 11101 111011

Color Harmonies of #B679A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B679A2

Black with #B679A2

Text Example


Text Example

White with #B679A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B679A2; }

 p { color: rgb(182,121,162); }

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

background-color css

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

 a { background-color: rgb(182,121,162); }

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

border-color css

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

 span { border-color: rgb(182,121,162); }

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