Html Css Color HEX #B6759E Bouquet

📋 copy color: '#B6759E'

red 182 ◦ green 117 ◦ blue 158

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

Shades of Bouquet #B6759E

Tints of Bouquet #B6759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

 BLUE value IS 158 (62.11% from 255) = 34.57%

R = 39.82%
G = 25.6%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6759E (or 0xB6759E) is known color: Bouquet. HEX triplet: B6, 75 and 9E. RGB value is (182,117,158). Sum of RGB (Red+Green+Blue) = 182+117+158=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6759E is #498A61. Grayscale: #8D8D8D. Windows color (decimal): -4819554 or 10384822. OLE color: 10384822.

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

Color convert

RGB 182 117 158 -
CMYK 0 0.36 0.13 0.29
HSL 322.15º 0.31% 0.59% -
HSV(B) 322.15º 0.36% 0.71% -
XYZ 31.82 25.14 35.52 -
YUV 141.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 182 117 158 0 0.36 0.13 0.29 322.15 0.31 0.59
Hex B6 75 9E 0 24 D 1D 142 1F 3B
Octal 266 165 236 0 44 15 35 502 37 73
Binary 10110110 1110101 10011110 0 100100 1101 11101 101000010 11111 111011

Color Harmonies of #B6759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6759E

Black with #B6759E

Text Example


Text Example

White with #B6759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6759E; }

 p { color: rgb(182,117,158); }

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

background-color css

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

 a { background-color: rgb(182,117,158); }

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

border-color css

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

 span { border-color: rgb(182,117,158); }

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