Html Css Color HEX #B0879E Bouquet

📋 copy color: '#B0879E'

red 176 ◦ green 135 ◦ blue 158

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

Shades of Bouquet #B0879E

Tints of Bouquet #B0879E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.78%

 BLUE value IS 158 (62.11% from 255) = 33.69%

R = 37.53%
G = 28.78%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0879E (or 0xB0879E) is known color: Bouquet. HEX triplet: B0, 87 and 9E. RGB value is (176,135,158). Sum of RGB (Red+Green+Blue) = 176+135+158=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0879E is #4F7861. Grayscale: #959595. Windows color (decimal): -5208162 or 10389424. OLE color: 10389424.

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

Color convert

RGB 176 135 158 -
CMYK 0 0.23 0.10 0.31
HSL 326.34º 0.21% 0.61% -
HSV(B) 326.34º 0.23% 0.69% -
XYZ 32.74 29.03 36.22 -
YUV 149.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 176 135 158 0 0.23 0.10 0.31 326.34 0.21 0.61
Hex B0 87 9E 0 17 A 1F 146 15 3D
Octal 260 207 236 0 27 12 37 506 25 75
Binary 10110000 10000111 10011110 0 10111 1010 11111 101000110 10101 111101

Color Harmonies of #B0879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0879E

Black with #B0879E

Text Example


Text Example

White with #B0879E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0879E; }

 p { color: rgb(176,135,158); }

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

background-color css

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

 a { background-color: rgb(176,135,158); }

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

border-color css

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

 span { border-color: rgb(176,135,158); }

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