Html Css Color HEX #B0779F Bouquet

📋 copy color: '#B0779F'

red 176 ◦ green 119 ◦ blue 159

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

Shades of Bouquet #B0779F

Tints of Bouquet #B0779F

RGB

 RED value IS 176 (69.14% from 255) = 38.77%

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

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

R = 38.77%
G = 26.21%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0779F (or 0xB0779F) is known color: Bouquet. HEX triplet: B0, 77 and 9F. RGB value is (176,119,159). Sum of RGB (Red+Green+Blue) = 176+119+159=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0779F is #4F8860. Grayscale: #8C8C8C. Windows color (decimal): -5212257 or 10450864. OLE color: 10450864.

HSL color Cylindrical-coordinate representation of color #B0779F: hue angle of 317.89º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0779F is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 159 -
CMYK 0 0.32 0.10 0.31
HSL 317.89º 0.27% 0.58% -
HSV(B) 317.89º 0.32% 0.69% -
XYZ 30.76 24.93 35.99 -
YUV 140.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 176 119 159 0 0.32 0.10 0.31 317.89 0.27 0.58
Hex B0 77 9F 0 20 A 1F 13E 1B 3A
Octal 260 167 237 0 40 12 37 476 33 72
Binary 10110000 1110111 10011111 0 100000 1010 11111 100111110 11011 111010

Color Harmonies of #B0779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0779F

Black with #B0779F

Text Example


Text Example

White with #B0779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0779F; }

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

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

background-color css

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

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

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

border-color css

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

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

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