Html Css Color HEX #B6719A Bouquet

📋 copy color: '#B6719A'

red 182 ◦ green 113 ◦ blue 154

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

Shades of Bouquet #B6719A

Tints of Bouquet #B6719A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 40.53%
G = 25.17%
B = 34.3%

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

#B6719A (or 0xB6719A) is known color: Bouquet. HEX triplet: B6, 71 and 9A. RGB value is (182,113,154). Sum of RGB (Red+Green+Blue) = 182+113+154=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B6719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6719A is #498E65. Grayscale: #8A8A8A. Windows color (decimal): -4820582 or 10121654. OLE color: 10121654.

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

Color convert

RGB 182 113 154 -
CMYK 0 0.38 0.15 0.29
HSL 324.35º 0.32% 0.58% -
HSV(B) 324.35º 0.38% 0.71% -
XYZ 31.03 24.09 33.59 -
YUV 138.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 182 113 154 0 0.38 0.15 0.29 324.35 0.32 0.58
Hex B6 71 9A 0 26 F 1D 144 20 3A
Octal 266 161 232 0 46 17 35 504 40 72
Binary 10110110 1110001 10011010 0 100110 1111 11101 101000100 100000 111010

Color Harmonies of #B6719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6719A

Black with #B6719A

Text Example


Text Example

White with #B6719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6719A; }

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

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

background-color css

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

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

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

border-color css

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

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

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