Html Css Color HEX #B6719B Bouquet

📋 copy color: '#B6719B'

red 182 ◦ green 113 ◦ blue 155

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

Shades of Bouquet #B6719B

Tints of Bouquet #B6719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.11%

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

R = 40.44%
G = 25.11%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6719B (or 0xB6719B) is known color: Bouquet. HEX triplet: B6, 71 and 9B. RGB value is (182,113,155). Sum of RGB (Red+Green+Blue) = 182+113+155=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B6719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6719B is #498E64. Grayscale: #8A8A8A. Windows color (decimal): -4820581 or 10187190. OLE color: 10187190.

HSL color Cylindrical-coordinate representation of color #B6719B: hue angle of 323.48º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6719B is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 155 -
CMYK 0 0.38 0.15 0.29
HSL 323.48º 0.32% 0.58% -
HSV(B) 323.48º 0.38% 0.71% -
XYZ 31.11 24.12 34.03 -
YUV 138.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 182 113 155 0 0.38 0.15 0.29 323.48 0.32 0.58
Hex B6 71 9B 0 26 F 1D 143 20 3A
Octal 266 161 233 0 46 17 35 503 40 72
Binary 10110110 1110001 10011011 0 100110 1111 11101 101000011 100000 111010

Color Harmonies of #B6719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6719B

Black with #B6719B

Text Example


Text Example

White with #B6719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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