Html Css Color HEX #B3779C Bouquet

📋 copy color: '#B3779C'

red 179 ◦ green 119 ◦ blue 156

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

Shades of Bouquet #B3779C

Tints of Bouquet #B3779C

RGB

 RED value IS 179 (70.31% from 255) = 39.43%

 GREEN value IS 119 (46.88% from 255) = 26.21%

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 39.43%
G = 26.21%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3779C (or 0xB3779C) is known color: Bouquet. HEX triplet: B3, 77 and 9C. RGB value is (179,119,156). Sum of RGB (Red+Green+Blue) = 179+119+156=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3779C is #4C8863. Grayscale: #8D8D8D. Windows color (decimal): -5015652 or 10254259. OLE color: 10254259.

HSL color Cylindrical-coordinate representation of color #B3779C: hue angle of 323º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3779C is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 119 156 -
CMYK 0 0.34 0.13 0.30
HSL 323º 0.28% 0.58% -
HSV(B) 323º 0.34% 0.7% -
XYZ 31.19 25.18 34.67 -
YUV 141.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 179 119 156 0 0.34 0.13 0.30 323 0.28 0.58
Hex B3 77 9C 0 22 D 1E 143 1C 3A
Octal 263 167 234 0 42 15 36 503 34 72
Binary 10110011 1110111 10011100 0 100010 1101 11110 101000011 11100 111010

Color Harmonies of #B3779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3779C

Black with #B3779C

Text Example


Text Example

White with #B3779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3779C; }

 p { color: rgb(179,119,156); }

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

background-color css

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

 a { background-color: rgb(179,119,156); }

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

border-color css

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

 span { border-color: rgb(179,119,156); }

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