Html Css Color HEX #B0689D Bouquet

📋 copy color: '#B0689D'

red 176 ◦ green 104 ◦ blue 157

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

Shades of Bouquet #B0689D

Tints of Bouquet #B0689D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.93%

R = 40.27%
G = 23.8%
B = 35.93%

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

#B0689D (or 0xB0689D) is known color: Bouquet. HEX triplet: B0, 68 and 9D. RGB value is (176,104,157). Sum of RGB (Red+Green+Blue) = 176+104+157=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0689D is #4F9762. Grayscale: #838383. Windows color (decimal): -5216099 or 10315952. OLE color: 10315952.

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

Color convert

RGB 176 104 157 -
CMYK 0 0.41 0.11 0.31
HSL 315.83º 0.31% 0.55% -
HSV(B) 315.83º 0.41% 0.69% -
XYZ 28.94 21.57 34.54 -
YUV 131.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 176 104 157 0 0.41 0.11 0.31 315.83 0.31 0.55
Hex B0 68 9D 0 29 B 1F 13C 1F 37
Octal 260 150 235 0 51 13 37 474 37 67
Binary 10110000 1101000 10011101 0 101001 1011 11111 100111100 11111 110111

Color Harmonies of #B0689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0689D

Black with #B0689D

Text Example


Text Example

White with #B0689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0689D; }

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

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

background-color css

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

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

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

border-color css

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

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

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