Html Css Color HEX #B079A8 Bouquet

📋 copy color: '#B079A8'

red 176 ◦ green 121 ◦ blue 168

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

Shades of Bouquet #B079A8

Tints of Bouquet #B079A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.13%

R = 37.85%
G = 26.02%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B079A8 (or 0xB079A8) is known color: Bouquet. HEX triplet: B0, 79 and A8. RGB value is (176,121,168). Sum of RGB (Red+Green+Blue) = 176+121+168=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B079A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079A8 is #4F8657. Grayscale: #8E8E8E. Windows color (decimal): -5211736 or 11041200. OLE color: 11041200.

HSL color Cylindrical-coordinate representation of color #B079A8: hue angle of 308.73º 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 #B079A8 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 121 168 -
CMYK 0 0.31 0.05 0.31
HSL 308.73º 0.26% 0.58% -
HSV(B) 308.73º 0.31% 0.69% -
XYZ 31.81 25.73 40.34 -
YUV 142.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 176 121 168 0 0.31 0.05 0.31 308.73 0.26 0.58
Hex B0 79 A8 0 1F 5 1F 135 1A 3A
Octal 260 171 250 0 37 5 37 465 32 72
Binary 10110000 1111001 10101000 0 11111 101 11111 100110101 11010 111010

Color Harmonies of #B079A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079A8

Black with #B079A8

Text Example


Text Example

White with #B079A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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