Html Css Color HEX #B679A4 Bouquet

📋 copy color: '#B679A4'

red 182 ◦ green 121 ◦ blue 164

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

Shades of Bouquet #B679A4

Tints of Bouquet #B679A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 38.97%
G = 25.91%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B679A4 (or 0xB679A4) is known color: Bouquet. HEX triplet: B6, 79 and A4. RGB value is (182,121,164). Sum of RGB (Red+Green+Blue) = 182+121+164=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B679A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679A4 is #49865B. Grayscale: #909090. Windows color (decimal): -4818524 or 10779062. OLE color: 10779062.

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

Color convert

RGB 182 121 164 -
CMYK 0 0.34 0.10 0.29
HSL 317.7º 0.29% 0.59% -
HSV(B) 317.7º 0.34% 0.71% -
XYZ 32.83 26.3 38.47 -
YUV 144.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 182 121 164 0 0.34 0.10 0.29 317.7 0.29 0.59
Hex B6 79 A4 0 22 A 1D 13E 1D 3B
Octal 266 171 244 0 42 12 35 476 35 73
Binary 10110110 1111001 10100100 0 100010 1010 11101 100111110 11101 111011

Color Harmonies of #B679A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B679A4

Black with #B679A4

Text Example


Text Example

White with #B679A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B679A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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