Html Css Color HEX #B0879C Bouquet

📋 copy color: '#B0879C'

red 176 ◦ green 135 ◦ blue 156

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

Shades of Bouquet #B0879C

Tints of Bouquet #B0879C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.4%

R = 37.69%
G = 28.91%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0879C (or 0xB0879C) is known color: Bouquet. HEX triplet: B0, 87 and 9C. RGB value is (176,135,156). Sum of RGB (Red+Green+Blue) = 176+135+156=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0879C is #4F7863. Grayscale: #959595. Windows color (decimal): -5208164 or 10258352. OLE color: 10258352.

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

Color convert

RGB 176 135 156 -
CMYK 0 0.23 0.11 0.31
HSL 329.27º 0.21% 0.61% -
HSV(B) 329.27º 0.23% 0.69% -
XYZ 32.57 28.96 35.33 -
YUV 149.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 176 135 156 0 0.23 0.11 0.31 329.27 0.21 0.61
Hex B0 87 9C 0 17 B 1F 149 15 3D
Octal 260 207 234 0 27 13 37 511 25 75
Binary 10110000 10000111 10011100 0 10111 1011 11111 101001001 10101 111101

Color Harmonies of #B0879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0879C

Black with #B0879C

Text Example


Text Example

White with #B0879C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0879C; }

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

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

background-color css

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

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

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

border-color css

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

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

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