Html Css Color HEX #B6799C Bouquet

📋 copy color: '#B6799C'

red 182 ◦ green 121 ◦ blue 156

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

Shades of Bouquet #B6799C

Tints of Bouquet #B6799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.36%

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

R = 39.65%
G = 26.36%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6799C (or 0xB6799C) is known color: Bouquet. HEX triplet: B6, 79 and 9C. RGB value is (182,121,156). Sum of RGB (Red+Green+Blue) = 182+121+156=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6799C is #498663. Grayscale: #8F8F8F. Windows color (decimal): -4818532 or 10254774. OLE color: 10254774.

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

Color convert

RGB 182 121 156 -
CMYK 0 0.34 0.14 0.29
HSL 325.57º 0.29% 0.59% -
HSV(B) 325.57º 0.34% 0.71% -
XYZ 32.13 26.02 34.78 -
YUV 143.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 182 121 156 0 0.34 0.14 0.29 325.57 0.29 0.59
Hex B6 79 9C 0 22 E 1D 146 1D 3B
Octal 266 171 234 0 42 16 35 506 35 73
Binary 10110110 1111001 10011100 0 100010 1110 11101 101000110 11101 111011

Color Harmonies of #B6799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6799C

Black with #B6799C

Text Example


Text Example

White with #B6799C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6799C; }

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

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

background-color css

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

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

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

border-color css

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

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

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