Html Css Color HEX #B2779C Bouquet

📋 copy color: '#B2779C'

red 178 ◦ green 119 ◦ blue 156

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

Shades of Bouquet #B2779C

Tints of Bouquet #B2779C

RGB

 RED value IS 178 (69.92% from 255) = 39.29%

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

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

R = 39.29%
G = 26.27%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2779C (or 0xB2779C) is known color: Bouquet. HEX triplet: B2, 77 and 9C. RGB value is (178,119,156). Sum of RGB (Red+Green+Blue) = 178+119+156=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2779C is #4D8863. Grayscale: #8C8C8C. Windows color (decimal): -5081188 or 10254258. OLE color: 10254258.

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

Color convert

RGB 178 119 156 -
CMYK 0 0.33 0.12 0.30
HSL 322.37º 0.28% 0.58% -
HSV(B) 322.37º 0.33% 0.7% -
XYZ 30.96 25.06 34.66 -
YUV 140.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 178 119 156 0 0.33 0.12 0.30 322.37 0.28 0.58
Hex B2 77 9C 0 21 C 1E 142 1C 3A
Octal 262 167 234 0 41 14 36 502 34 72
Binary 10110010 1110111 10011100 0 100001 1100 11110 101000010 11100 111010

Color Harmonies of #B2779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2779C

Black with #B2779C

Text Example


Text Example

White with #B2779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2779C; }

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

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

background-color css

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

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

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

border-color css

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

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

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