Html Css Color HEX #B6799B Bouquet

📋 copy color: '#B6799B'

red 182 ◦ green 121 ◦ blue 155

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

Shades of Bouquet #B6799B

Tints of Bouquet #B6799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.84%

R = 39.74%
G = 26.42%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6799B (or 0xB6799B) is known color: Bouquet. HEX triplet: B6, 79 and 9B. RGB value is (182,121,155). Sum of RGB (Red+Green+Blue) = 182+121+155=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6799B is #498664. Grayscale: #8F8F8F. Windows color (decimal): -4818533 or 10189238. OLE color: 10189238.

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

Color convert

RGB 182 121 155 -
CMYK 0 0.34 0.15 0.29
HSL 326.56º 0.29% 0.59% -
HSV(B) 326.56º 0.34% 0.71% -
XYZ 32.05 25.99 34.34 -
YUV 143.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 182 121 155 0 0.34 0.15 0.29 326.56 0.29 0.59
Hex B6 79 9B 0 22 F 1D 147 1D 3B
Octal 266 171 233 0 42 17 35 507 35 73
Binary 10110110 1111001 10011011 0 100010 1111 11101 101000111 11101 111011

Color Harmonies of #B6799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6799B

Black with #B6799B

Text Example


Text Example

White with #B6799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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