Html Css Color HEX #B679A0 Bouquet

📋 copy color: '#B679A0'

red 182 ◦ green 121 ◦ blue 160

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

Shades of Bouquet #B679A0

Tints of Bouquet #B679A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 39.31%
G = 26.13%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B679A0 (or 0xB679A0) is known color: Bouquet. HEX triplet: B6, 79 and A0. RGB value is (182,121,160). Sum of RGB (Red+Green+Blue) = 182+121+160=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B679A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679A0 is #49865F. Grayscale: #8F8F8F. Windows color (decimal): -4818528 or 10516918. OLE color: 10516918.

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

Color convert

RGB 182 121 160 -
CMYK 0 0.34 0.12 0.29
HSL 321.64º 0.29% 0.59% -
HSV(B) 321.64º 0.34% 0.71% -
XYZ 32.47 26.16 36.6 -
YUV 143.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 182 121 160 0 0.34 0.12 0.29 321.64 0.29 0.59
Hex B6 79 A0 0 22 C 1D 142 1D 3B
Octal 266 171 240 0 42 14 35 502 35 73
Binary 10110110 1111001 10100000 0 100010 1100 11101 101000010 11101 111011

Color Harmonies of #B679A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B679A0

Black with #B679A0

Text Example


Text Example

White with #B679A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B679A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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