Html Css Color HEX #B7699C Bouquet

📋 copy color: '#B7699C'

red 183 ◦ green 105 ◦ blue 156

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

Shades of Bouquet #B7699C

Tints of Bouquet #B7699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 41.22%
G = 23.65%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7699C (or 0xB7699C) is known color: Bouquet. HEX triplet: B7, 69 and 9C. RGB value is (183,105,156). Sum of RGB (Red+Green+Blue) = 183+105+156=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7699C is #489663. Grayscale: #868686. Windows color (decimal): -4757092 or 10250679. OLE color: 10250679.

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

Color convert

RGB 183 105 156 -
CMYK 0 0.43 0.15 0.28
HSL 320.77º 0.35% 0.56% -
HSV(B) 320.77º 0.43% 0.72% -
XYZ 30.58 22.57 34.2 -
YUV 134.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 183 105 156 0 0.43 0.15 0.28 320.77 0.35 0.56
Hex B7 69 9C 0 2B F 1C 141 23 38
Octal 267 151 234 0 53 17 34 501 43 70
Binary 10110111 1101001 10011100 0 101011 1111 11100 101000001 100011 111000

Color Harmonies of #B7699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7699C

Black with #B7699C

Text Example


Text Example

White with #B7699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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