Html Css Color HEX #B3779F Bouquet

📋 copy color: '#B3779F'

red 179 ◦ green 119 ◦ blue 159

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

Shades of Bouquet #B3779F

Tints of Bouquet #B3779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 39.17%
G = 26.04%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3779F (or 0xB3779F) is known color: Bouquet. HEX triplet: B3, 77 and 9F. RGB value is (179,119,159). Sum of RGB (Red+Green+Blue) = 179+119+159=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B3779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3779F is #4C8860. Grayscale: #8D8D8D. Windows color (decimal): -5015649 or 10450867. OLE color: 10450867.

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

Color convert

RGB 179 119 159 -
CMYK 0 0.34 0.11 0.30
HSL 320º 0.28% 0.58% -
HSV(B) 320º 0.34% 0.7% -
XYZ 31.45 25.28 36.02 -
YUV 141.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 179 119 159 0 0.34 0.11 0.30 320 0.28 0.58
Hex B3 77 9F 0 22 B 1E 140 1C 3A
Octal 263 167 237 0 42 13 36 500 34 72
Binary 10110011 1110111 10011111 0 100010 1011 11110 101000000 11100 111010

Color Harmonies of #B3779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3779F

Black with #B3779F

Text Example


Text Example

White with #B3779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3779F; }

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

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

background-color css

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

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

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

border-color css

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

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

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