Html Css Color HEX #BD779F Bouquet

📋 copy color: '#BD779F'

red 189 ◦ green 119 ◦ blue 159

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

Shades of Bouquet #BD779F

Tints of Bouquet #BD779F

RGB

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

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

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

R = 40.47%
G = 25.48%
B = 34.05%

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

#BD779F (or 0xBD779F) is known color: Bouquet. HEX triplet: BD, 77 and 9F. RGB value is (189,119,159). Sum of RGB (Red+Green+Blue) = 189+119+159=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD779F is #428860. Grayscale: #909090. Windows color (decimal): -4360289 or 10450877. OLE color: 10450877.

HSL color Cylindrical-coordinate representation of color #BD779F: hue angle of 325.71º 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 #BD779F is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 159 -
CMYK 0 0.37 0.16 0.26
HSL 325.71º 0.35% 0.6% -
HSV(B) 325.71º 0.37% 0.74% -
XYZ 33.84 26.52 36.14 -
YUV 144.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 189 119 159 0 0.37 0.16 0.26 325.71 0.35 0.6
Hex BD 77 9F 0 25 10 1A 146 23 3C
Octal 275 167 237 0 45 20 32 506 43 74
Binary 10111101 1110111 10011111 0 100101 10000 11010 101000110 100011 111100

Color Harmonies of #BD779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD779F

Black with #BD779F

Text Example


Text Example

White with #BD779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD779F; }

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

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

background-color css

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

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

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

border-color css

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

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

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