Html Css Color HEX #B0879A Bouquet

📋 copy color: '#B0879A'

red 176 ◦ green 135 ◦ blue 154

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

Shades of Bouquet #B0879A

Tints of Bouquet #B0879A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.12%

R = 37.85%
G = 29.03%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0879A (or 0xB0879A) is known color: Bouquet. HEX triplet: B0, 87 and 9A. RGB value is (176,135,154). Sum of RGB (Red+Green+Blue) = 176+135+154=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0879A is #4F7865. Grayscale: #959595. Windows color (decimal): -5208166 or 10127280. OLE color: 10127280.

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

Color convert

RGB 176 135 154 -
CMYK 0 0.23 0.12 0.31
HSL 332.2º 0.21% 0.61% -
HSV(B) 332.2º 0.23% 0.69% -
XYZ 32.4 28.89 34.44 -
YUV 149.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 176 135 154 0 0.23 0.12 0.31 332.2 0.21 0.61
Hex B0 87 9A 0 17 C 1F 14C 15 3D
Octal 260 207 232 0 27 14 37 514 25 75
Binary 10110000 10000111 10011010 0 10111 1100 11111 101001100 10101 111101

Color Harmonies of #B0879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0879A

Black with #B0879A

Text Example


Text Example

White with #B0879A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0879A; }

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

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

background-color css

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

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

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

border-color css

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

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

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