Html Css Color HEX #B079A4 Bouquet

📋 copy color: '#B079A4'

red 176 ◦ green 121 ◦ blue 164

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

Shades of Bouquet #B079A4

Tints of Bouquet #B079A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.57%

R = 38.18%
G = 26.25%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B079A4 (or 0xB079A4) is known color: Bouquet. HEX triplet: B0, 79 and A4. RGB value is (176,121,164). Sum of RGB (Red+Green+Blue) = 176+121+164=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B079A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079A4 is #4F865B. Grayscale: #8E8E8E. Windows color (decimal): -5211740 or 10779056. OLE color: 10779056.

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

Color convert

RGB 176 121 164 -
CMYK 0 0.31 0.07 0.31
HSL 313.09º 0.26% 0.58% -
HSV(B) 313.09º 0.31% 0.69% -
XYZ 31.44 25.59 38.4 -
YUV 142.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 176 121 164 0 0.31 0.07 0.31 313.09 0.26 0.58
Hex B0 79 A4 0 1F 7 1F 139 1A 3A
Octal 260 171 244 0 37 7 37 471 32 72
Binary 10110000 1111001 10100100 0 11111 111 11111 100111001 11010 111010

Color Harmonies of #B079A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079A4

Black with #B079A4

Text Example


Text Example

White with #B079A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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