Html Css Color HEX #B0689B Bouquet

📋 copy color: '#B0689B'

red 176 ◦ green 104 ◦ blue 155

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

Shades of Bouquet #B0689B

Tints of Bouquet #B0689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 40.46%
G = 23.91%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0689B (or 0xB0689B) is known color: Bouquet. HEX triplet: B0, 68 and 9B. RGB value is (176,104,155). Sum of RGB (Red+Green+Blue) = 176+104+155=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0689B is #4F9764. Grayscale: #838383. Windows color (decimal): -5216101 or 10184880. OLE color: 10184880.

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

Color convert

RGB 176 104 155 -
CMYK 0 0.41 0.12 0.31
HSL 317.5º 0.31% 0.55% -
HSV(B) 317.5º 0.41% 0.69% -
XYZ 28.77 21.5 33.64 -
YUV 131.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 176 104 155 0 0.41 0.12 0.31 317.5 0.31 0.55
Hex B0 68 9B 0 29 C 1F 13E 1F 37
Octal 260 150 233 0 51 14 37 476 37 67
Binary 10110000 1101000 10011011 0 101001 1100 11111 100111110 11111 110111

Color Harmonies of #B0689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0689B

Black with #B0689B

Text Example


Text Example

White with #B0689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0689B; }

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

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

background-color css

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

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

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

border-color css

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

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

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