Html Css Color HEX #B9669E Bouquet

📋 copy color: '#B9669E'

red 185 ◦ green 102 ◦ blue 158

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

Shades of Bouquet #B9669E

Tints of Bouquet #B9669E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.92%

 BLUE value IS 158 (62.11% from 255) = 35.51%

R = 41.57%
G = 22.92%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9669E (or 0xB9669E) is known color: Bouquet. HEX triplet: B9, 66 and 9E. RGB value is (185,102,158). Sum of RGB (Red+Green+Blue) = 185+102+158=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9669E is #469961. Grayscale: #858585. Windows color (decimal): -4626786 or 10380985. OLE color: 10380985.

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

Color convert

RGB 185 102 158 -
CMYK 0 0.45 0.15 0.27
HSL 319.52º 0.37% 0.56% -
HSV(B) 319.52º 0.45% 0.73% -
XYZ 30.93 22.29 35.02 -
YUV 133.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 185 102 158 0 0.45 0.15 0.27 319.52 0.37 0.56
Hex B9 66 9E 0 2D F 1B 140 25 38
Octal 271 146 236 0 55 17 33 500 45 70
Binary 10111001 1100110 10011110 0 101101 1111 11011 101000000 100101 111000

Color Harmonies of #B9669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9669E

Black with #B9669E

Text Example


Text Example

White with #B9669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9669E; }

 p { color: rgb(185,102,158); }

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

background-color css

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

 a { background-color: rgb(185,102,158); }

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

border-color css

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

 span { border-color: rgb(185,102,158); }

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