Html Css Color HEX #B689A5 Bouquet

📋 copy color: '#B689A5'

red 182 ◦ green 137 ◦ blue 165

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

Shades of Bouquet #B689A5

Tints of Bouquet #B689A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.09%

R = 37.6%
G = 28.31%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B689A5 (or 0xB689A5) is known color: Bouquet. HEX triplet: B6, 89 and A5. RGB value is (182,137,165). Sum of RGB (Red+Green+Blue) = 182+137+165=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B689A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689A5 is #49765A. Grayscale: #999999. Windows color (decimal): -4814427 or 10848694. OLE color: 10848694.

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

Color convert

RGB 182 137 165 -
CMYK 0 0.25 0.09 0.29
HSL 322.67º 0.24% 0.63% -
HSV(B) 322.67º 0.25% 0.71% -
XYZ 35.03 30.55 39.65 -
YUV 153.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 182 137 165 0 0.25 0.09 0.29 322.67 0.24 0.63
Hex B6 89 A5 0 19 9 1D 143 18 3F
Octal 266 211 245 0 31 11 35 503 30 77
Binary 10110110 10001001 10100101 0 11001 1001 11101 101000011 11000 111111

Color Harmonies of #B689A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689A5

Black with #B689A5

Text Example


Text Example

White with #B689A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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