Html Css Color HEX #B7699D Bouquet

📋 copy color: '#B7699D'

red 183 ◦ green 105 ◦ blue 157

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

Shades of Bouquet #B7699D

Tints of Bouquet #B7699D

RGB

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

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

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

R = 41.12%
G = 23.6%
B = 35.28%

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

#B7699D (or 0xB7699D) is known color: Bouquet. HEX triplet: B7, 69 and 9D. RGB value is (183,105,157). Sum of RGB (Red+Green+Blue) = 183+105+157=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7699D is #489662. Grayscale: #868686. Windows color (decimal): -4757091 or 10316215. OLE color: 10316215.

HSL color Cylindrical-coordinate representation of color #B7699D: hue angle of 320º 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 #B7699D is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 157 -
CMYK 0 0.43 0.14 0.28
HSL 320º 0.35% 0.56% -
HSV(B) 320º 0.43% 0.72% -
XYZ 30.67 22.6 34.65 -
YUV 134.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 183 105 157 0 0.43 0.14 0.28 320 0.35 0.56
Hex B7 69 9D 0 2B E 1C 140 23 38
Octal 267 151 235 0 53 16 34 500 43 70
Binary 10110111 1101001 10011101 0 101011 1110 11100 101000000 100011 111000

Color Harmonies of #B7699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7699D

Black with #B7699D

Text Example


Text Example

White with #B7699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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