Html Css Color HEX #B6759C Bouquet

📋 copy color: '#B6759C'

red 182 ◦ green 117 ◦ blue 156

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

Shades of Bouquet #B6759C

Tints of Bouquet #B6759C

RGB

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

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

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

R = 40%
G = 25.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6759C (or 0xB6759C) is known color: Bouquet. HEX triplet: B6, 75 and 9C. RGB value is (182,117,156). Sum of RGB (Red+Green+Blue) = 182+117+156=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6759C is #498A63. Grayscale: #8C8C8C. Windows color (decimal): -4819556 or 10253750. OLE color: 10253750.

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

Color convert

RGB 182 117 156 -
CMYK 0 0.36 0.14 0.29
HSL 324º 0.31% 0.59% -
HSV(B) 324º 0.36% 0.71% -
XYZ 31.65 25.07 34.62 -
YUV 140.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 182 117 156 0 0.36 0.14 0.29 324 0.31 0.59
Hex B6 75 9C 0 24 E 1D 144 1F 3B
Octal 266 165 234 0 44 16 35 504 37 73
Binary 10110110 1110101 10011100 0 100100 1110 11101 101000100 11111 111011

Color Harmonies of #B6759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6759C

Black with #B6759C

Text Example


Text Example

White with #B6759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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