Html Css Color HEX #B689A4 Bouquet

📋 copy color: '#B689A4'

red 182 ◦ green 137 ◦ blue 164

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

Shades of Bouquet #B689A4

Tints of Bouquet #B689A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.95%

R = 37.68%
G = 28.36%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B689A4 (or 0xB689A4) is known color: Bouquet. HEX triplet: B6, 89 and A4. RGB value is (182,137,164). Sum of RGB (Red+Green+Blue) = 182+137+164=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B689A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689A4 is #49765B. Grayscale: #999999. Windows color (decimal): -4814428 or 10783158. OLE color: 10783158.

HSL color Cylindrical-coordinate representation of color #B689A4: hue angle of 324º 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 #B689A4 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 137 164 -
CMYK 0 0.25 0.10 0.29
HSL 324º 0.24% 0.63% -
HSV(B) 324º 0.25% 0.71% -
XYZ 34.94 30.52 39.17 -
YUV 153.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 182 137 164 0 0.25 0.10 0.29 324 0.24 0.63
Hex B6 89 A4 0 19 A 1D 144 18 3F
Octal 266 211 244 0 31 12 35 504 30 77
Binary 10110110 10001001 10100100 0 11001 1010 11101 101000100 11000 111111

Color Harmonies of #B689A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689A4

Black with #B689A4

Text Example


Text Example

White with #B689A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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