Html Css Color HEX #B7699E Bouquet

📋 copy color: '#B7699E'

red 183 ◦ green 105 ◦ blue 158

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

Shades of Bouquet #B7699E

Tints of Bouquet #B7699E

RGB

 RED value IS 183 (71.88% from 255) = 41.03%

 GREEN value IS 105 (41.41% from 255) = 23.54%

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

R = 41.03%
G = 23.54%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B7699E (or 0xB7699E) is known color: Bouquet. HEX triplet: B7, 69 and 9E. RGB value is (183,105,158). Sum of RGB (Red+Green+Blue) = 183+105+158=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7699E is #489661. Grayscale: #868686. Windows color (decimal): -4757090 or 10381751. OLE color: 10381751.

HSL color Cylindrical-coordinate representation of color #B7699E: hue angle of 319.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7699E is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 158 -
CMYK 0 0.43 0.14 0.28
HSL 319.23º 0.35% 0.56% -
HSV(B) 319.23º 0.43% 0.72% -
XYZ 30.75 22.64 35.1 -
YUV 134.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 183 105 158 0 0.43 0.14 0.28 319.23 0.35 0.56
Hex B7 69 9E 0 2B E 1C 13F 23 38
Octal 267 151 236 0 53 16 34 477 43 70
Binary 10110111 1101001 10011110 0 101011 1110 11100 100111111 100011 111000

Color Harmonies of #B7699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7699E

Black with #B7699E

Text Example


Text Example

White with #B7699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7699E; }

 p { color: rgb(183,105,158); }

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

background-color css

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

 a { background-color: rgb(183,105,158); }

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

border-color css

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

 span { border-color: rgb(183,105,158); }

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