Html Css Color HEX #B4779C Bouquet

📋 copy color: '#B4779C'

red 180 ◦ green 119 ◦ blue 156

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

Shades of Bouquet #B4779C

Tints of Bouquet #B4779C

RGB

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

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

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

R = 39.56%
G = 26.15%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4779C (or 0xB4779C) is known color: Bouquet. HEX triplet: B4, 77 and 9C. RGB value is (180,119,156). Sum of RGB (Red+Green+Blue) = 180+119+156=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4779C is #4B8863. Grayscale: #8D8D8D. Windows color (decimal): -4950116 or 10254260. OLE color: 10254260.

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

Color convert

RGB 180 119 156 -
CMYK 0 0.34 0.13 0.29
HSL 323.61º 0.29% 0.59% -
HSV(B) 323.61º 0.34% 0.71% -
XYZ 31.42 25.3 34.68 -
YUV 141.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 180 119 156 0 0.34 0.13 0.29 323.61 0.29 0.59
Hex B4 77 9C 0 22 D 1D 144 1D 3B
Octal 264 167 234 0 42 15 35 504 35 73
Binary 10110100 1110111 10011100 0 100010 1101 11101 101000100 11101 111011

Color Harmonies of #B4779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4779C

Black with #B4779C

Text Example


Text Example

White with #B4779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4779C; }

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

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

background-color css

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

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

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

border-color css

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

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

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