Html Css Color HEX #B0689C Bouquet

📋 copy color: '#B0689C'

red 176 ◦ green 104 ◦ blue 156

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

Shades of Bouquet #B0689C

Tints of Bouquet #B0689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.85%

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

R = 40.37%
G = 23.85%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0689C (or 0xB0689C) is known color: Bouquet. HEX triplet: B0, 68 and 9C. RGB value is (176,104,156). Sum of RGB (Red+Green+Blue) = 176+104+156=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0689C is #4F9763. Grayscale: #838383. Windows color (decimal): -5216100 or 10250416. OLE color: 10250416.

HSL color Cylindrical-coordinate representation of color #B0689C: hue angle of 316.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0689C is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 156 -
CMYK 0 0.41 0.11 0.31
HSL 316.67º 0.31% 0.55% -
HSV(B) 316.67º 0.41% 0.69% -
XYZ 28.86 21.53 34.09 -
YUV 131.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 176 104 156 0 0.41 0.11 0.31 316.67 0.31 0.55
Hex B0 68 9C 0 29 B 1F 13D 1F 37
Octal 260 150 234 0 51 13 37 475 37 67
Binary 10110000 1101000 10011100 0 101001 1011 11111 100111101 11111 110111

Color Harmonies of #B0689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0689C

Black with #B0689C

Text Example


Text Example

White with #B0689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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