Html Css Color HEX #B6769C Bouquet

📋 copy color: '#B6769C'

red 182 ◦ green 118 ◦ blue 156

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

Shades of Bouquet #B6769C

Tints of Bouquet #B6769C

RGB

 RED value IS 182 (71.48% from 255) = 39.91%

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

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

R = 39.91%
G = 25.88%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6769C (or 0xB6769C) is known color: Bouquet. HEX triplet: B6, 76 and 9C. RGB value is (182,118,156). Sum of RGB (Red+Green+Blue) = 182+118+156=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6769C is #498963. Grayscale: #8D8D8D. Windows color (decimal): -4819300 or 10254006. OLE color: 10254006.

HSL color Cylindrical-coordinate representation of color #B6769C: hue angle of 324.38º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6769C is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 118 156 -
CMYK 0 0.35 0.14 0.29
HSL 324.38º 0.3% 0.59% -
HSV(B) 324.38º 0.35% 0.71% -
XYZ 31.77 25.3 34.66 -
YUV 141.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 182 118 156 0 0.35 0.14 0.29 324.38 0.3 0.59
Hex B6 76 9C 0 23 E 1D 144 1E 3B
Octal 266 166 234 0 43 16 35 504 36 73
Binary 10110110 1110110 10011100 0 100011 1110 11101 101000100 11110 111011

Color Harmonies of #B6769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6769C

Black with #B6769C

Text Example


Text Example

White with #B6769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6769C; }

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

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

background-color css

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

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

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

border-color css

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

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

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