Html Css Color HEX #B079A0 Bouquet

📋 copy color: '#B079A0'

red 176 ◦ green 121 ◦ blue 160

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

Shades of Bouquet #B079A0

Tints of Bouquet #B079A0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 38.51%
G = 26.48%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B079A0 (or 0xB079A0) is known color: Bouquet. HEX triplet: B0, 79 and A0. RGB value is (176,121,160). Sum of RGB (Red+Green+Blue) = 176+121+160=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B079A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079A0 is #4F865F. Grayscale: #8D8D8D. Windows color (decimal): -5211744 or 10516912. OLE color: 10516912.

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

Color convert

RGB 176 121 160 -
CMYK 0 0.31 0.09 0.31
HSL 317.45º 0.26% 0.58% -
HSV(B) 317.45º 0.31% 0.69% -
XYZ 31.09 25.44 36.53 -
YUV 141.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 176 121 160 0 0.31 0.09 0.31 317.45 0.26 0.58
Hex B0 79 A0 0 1F 9 1F 13D 1A 3A
Octal 260 171 240 0 37 11 37 475 32 72
Binary 10110000 1111001 10100000 0 11111 1001 11111 100111101 11010 111010

Color Harmonies of #B079A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079A0

Black with #B079A0

Text Example


Text Example

White with #B079A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079A0; }

 p { color: rgb(176,121,160); }

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

background-color css

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

 a { background-color: rgb(176,121,160); }

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

border-color css

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

 span { border-color: rgb(176,121,160); }

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