Html Css Color HEX #B9769C Bouquet

📋 copy color: '#B9769C'

red 185 ◦ green 118 ◦ blue 156

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

Shades of Bouquet #B9769C

Tints of Bouquet #B9769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.71%

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

R = 40.31%
G = 25.71%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9769C (or 0xB9769C) is known color: Bouquet. HEX triplet: B9, 76 and 9C. RGB value is (185,118,156). Sum of RGB (Red+Green+Blue) = 185+118+156=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9769C is #468963. Grayscale: #8E8E8E. Windows color (decimal): -4622692 or 10254009. OLE color: 10254009.

HSL color Cylindrical-coordinate representation of color #B9769C: hue angle of 325.97º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9769C is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 118 156 -
CMYK 0 0.36 0.16 0.27
HSL 325.97º 0.32% 0.59% -
HSV(B) 325.97º 0.36% 0.73% -
XYZ 32.49 25.67 34.7 -
YUV 142.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 185 118 156 0 0.36 0.16 0.27 325.97 0.32 0.59
Hex B9 76 9C 0 24 10 1B 146 20 3B
Octal 271 166 234 0 44 20 33 506 40 73
Binary 10111001 1110110 10011100 0 100100 10000 11011 101000110 100000 111011

Color Harmonies of #B9769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9769C

Black with #B9769C

Text Example


Text Example

White with #B9769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9769C; }

 p { color: rgb(185,118,156); }

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

background-color css

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

 a { background-color: rgb(185,118,156); }

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

border-color css

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

 span { border-color: rgb(185,118,156); }

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