Html Css Color HEX #B9689D Bouquet

📋 copy color: '#B9689D'

red 185 ◦ green 104 ◦ blue 157

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

Shades of Bouquet #B9689D

Tints of Bouquet #B9689D

RGB

 RED value IS 185 (72.66% from 255) = 41.48%

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

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

R = 41.48%
G = 23.32%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9689D (or 0xB9689D) is known color: Bouquet. HEX triplet: B9, 68 and 9D. RGB value is (185,104,157). Sum of RGB (Red+Green+Blue) = 185+104+157=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9689D is #469762. Grayscale: #868686. Windows color (decimal): -4626275 or 10315961. OLE color: 10315961.

HSL color Cylindrical-coordinate representation of color #B9689D: hue angle of 320.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9689D is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 157 -
CMYK 0 0.44 0.15 0.27
HSL 320.74º 0.37% 0.57% -
HSV(B) 320.74º 0.44% 0.73% -
XYZ 31.04 22.65 34.63 -
YUV 134.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 185 104 157 0 0.44 0.15 0.27 320.74 0.37 0.57
Hex B9 68 9D 0 2C F 1B 141 25 39
Octal 271 150 235 0 54 17 33 501 45 71
Binary 10111001 1101000 10011101 0 101100 1111 11011 101000001 100101 111001

Color Harmonies of #B9689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9689D

Black with #B9689D

Text Example


Text Example

White with #B9689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9689D; }

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

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

background-color css

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

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

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

border-color css

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

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

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