Html Css Color HEX #BD779E Bouquet

📋 copy color: '#BD779E'

red 189 ◦ green 119 ◦ blue 158

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

Shades of Bouquet #BD779E

Tints of Bouquet #BD779E

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

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

 BLUE value IS 158 (62.11% from 255) = 33.91%

R = 40.56%
G = 25.54%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD779E (or 0xBD779E) is known color: Bouquet. HEX triplet: BD, 77 and 9E. RGB value is (189,119,158). Sum of RGB (Red+Green+Blue) = 189+119+158=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD779E is #428861. Grayscale: #909090. Windows color (decimal): -4360290 or 10385341. OLE color: 10385341.

HSL color Cylindrical-coordinate representation of color #BD779E: hue angle of 326.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD779E is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 158 -
CMYK 0 0.37 0.16 0.26
HSL 326.57º 0.35% 0.6% -
HSV(B) 326.57º 0.37% 0.74% -
XYZ 33.75 26.48 35.68 -
YUV 144.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 189 119 158 0 0.37 0.16 0.26 326.57 0.35 0.6
Hex BD 77 9E 0 25 10 1A 147 23 3C
Octal 275 167 236 0 45 20 32 507 43 74
Binary 10111101 1110111 10011110 0 100101 10000 11010 101000111 100011 111100

Color Harmonies of #BD779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD779E

Black with #BD779E

Text Example


Text Example

White with #BD779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD779E; }

 p { color: rgb(189,119,158); }

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

background-color css

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

 a { background-color: rgb(189,119,158); }

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

border-color css

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

 span { border-color: rgb(189,119,158); }

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