Html Css Color HEX #B4779F Bouquet

📋 copy color: '#B4779F'

red 180 ◦ green 119 ◦ blue 159

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

Shades of Bouquet #B4779F

Tints of Bouquet #B4779F

RGB

 RED value IS 180 (70.7% from 255) = 39.3%

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

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

R = 39.3%
G = 25.98%
B = 34.72%

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

#B4779F (or 0xB4779F) is known color: Bouquet. HEX triplet: B4, 77 and 9F. RGB value is (180,119,159). Sum of RGB (Red+Green+Blue) = 180+119+159=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B4779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4779F is #4B8860. Grayscale: #8D8D8D. Windows color (decimal): -4950113 or 10450868. OLE color: 10450868.

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

Color convert

RGB 180 119 159 -
CMYK 0 0.34 0.12 0.29
HSL 320.66º 0.29% 0.59% -
HSV(B) 320.66º 0.34% 0.71% -
XYZ 31.68 25.4 36.03 -
YUV 141.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 180 119 159 0 0.34 0.12 0.29 320.66 0.29 0.59
Hex B4 77 9F 0 22 C 1D 141 1D 3B
Octal 264 167 237 0 42 14 35 501 35 73
Binary 10110100 1110111 10011111 0 100010 1100 11101 101000001 11101 111011

Color Harmonies of #B4779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4779F

Black with #B4779F

Text Example


Text Example

White with #B4779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4779F; }

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

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

background-color css

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

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

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

border-color css

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

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

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