Html Css Color HEX #B079A2 Bouquet

📋 copy color: '#B079A2'

red 176 ◦ green 121 ◦ blue 162

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

Shades of Bouquet #B079A2

Tints of Bouquet #B079A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 38.34%
G = 26.36%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B079A2 (or 0xB079A2) is known color: Bouquet. HEX triplet: B0, 79 and A2. RGB value is (176,121,162). Sum of RGB (Red+Green+Blue) = 176+121+162=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B079A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079A2 is #4F865D. Grayscale: #8E8E8E. Windows color (decimal): -5211742 or 10647984. OLE color: 10647984.

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

Color convert

RGB 176 121 162 -
CMYK 0 0.31 0.08 0.31
HSL 315.27º 0.26% 0.58% -
HSV(B) 315.27º 0.31% 0.69% -
XYZ 31.26 25.51 37.46 -
YUV 142.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 176 121 162 0 0.31 0.08 0.31 315.27 0.26 0.58
Hex B0 79 A2 0 1F 8 1F 13B 1A 3A
Octal 260 171 242 0 37 10 37 473 32 72
Binary 10110000 1111001 10100010 0 11111 1000 11111 100111011 11010 111010

Color Harmonies of #B079A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079A2

Black with #B079A2

Text Example


Text Example

White with #B079A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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