Html Css Color HEX #B689A0 Bouquet

📋 copy color: '#B689A0'

red 182 ◦ green 137 ◦ blue 160

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

Shades of Bouquet #B689A0

Tints of Bouquet #B689A0

RGB

 RED value IS 182 (71.48% from 255) = 38%

 GREEN value IS 137 (53.91% from 255) = 28.6%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 38%
G = 28.6%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B689A0 (or 0xB689A0) is known color: Bouquet. HEX triplet: B6, 89 and A0. RGB value is (182,137,160). Sum of RGB (Red+Green+Blue) = 182+137+160=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B689A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689A0 is #49765F. Grayscale: #999999. Windows color (decimal): -4814432 or 10521014. OLE color: 10521014.

HSL color Cylindrical-coordinate representation of color #B689A0: hue angle of 329.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B689A0 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 137 160 -
CMYK 0 0.25 0.12 0.29
HSL 329.33º 0.24% 0.63% -
HSV(B) 329.33º 0.25% 0.71% -
XYZ 34.58 30.37 37.3 -
YUV 153.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 182 137 160 0 0.25 0.12 0.29 329.33 0.24 0.63
Hex B6 89 A0 0 19 C 1D 149 18 3F
Octal 266 211 240 0 31 14 35 511 30 77
Binary 10110110 10001001 10100000 0 11001 1100 11101 101001001 11000 111111

Color Harmonies of #B689A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689A0

Black with #B689A0

Text Example


Text Example

White with #B689A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689A0; }

 p { color: rgb(182,137,160); }

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

background-color css

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

 a { background-color: rgb(182,137,160); }

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

border-color css

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

 span { border-color: rgb(182,137,160); }

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