Html Css Color HEX #B679AA Bouquet

📋 copy color: '#B679AA'

red 182 ◦ green 121 ◦ blue 170

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

Shades of Bouquet #B679AA

Tints of Bouquet #B679AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 38.48%
G = 25.58%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B679AA (or 0xB679AA) is known color: Bouquet. HEX triplet: B6, 79 and AA. RGB value is (182,121,170). Sum of RGB (Red+Green+Blue) = 182+121+170=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B679AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679AA is #498655. Grayscale: #909090. Windows color (decimal): -4818518 or 11172278. OLE color: 11172278.

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

Color convert

RGB 182 121 170 -
CMYK 0 0.34 0.07 0.29
HSL 311.8º 0.29% 0.59% -
HSV(B) 311.8º 0.34% 0.71% -
XYZ 33.38 26.52 41.39 -
YUV 144.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 182 121 170 0 0.34 0.07 0.29 311.8 0.29 0.59
Hex B6 79 AA 0 22 7 1D 138 1D 3B
Octal 266 171 252 0 42 7 35 470 35 73
Binary 10110110 1111001 10101010 0 100010 111 11101 100111000 11101 111011

Color Harmonies of #B679AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B679AA

Black with #B679AA

Text Example


Text Example

White with #B679AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B679AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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