Html Css Color HEX #B6739E Bouquet

📋 copy color: '#B6739E'

red 182 ◦ green 115 ◦ blue 158

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

Shades of Bouquet #B6739E

Tints of Bouquet #B6739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.27%

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

R = 40%
G = 25.27%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6739E (or 0xB6739E) is known color: Bouquet. HEX triplet: B6, 73 and 9E. RGB value is (182,115,158). Sum of RGB (Red+Green+Blue) = 182+115+158=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6739E is #498C61. Grayscale: #8B8B8B. Windows color (decimal): -4820066 or 10384310. OLE color: 10384310.

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

Color convert

RGB 182 115 158 -
CMYK 0 0.37 0.13 0.29
HSL 321.49º 0.31% 0.58% -
HSV(B) 321.49º 0.37% 0.71% -
XYZ 31.59 24.68 35.45 -
YUV 139.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 182 115 158 0 0.37 0.13 0.29 321.49 0.31 0.58
Hex B6 73 9E 0 25 D 1D 141 1F 3A
Octal 266 163 236 0 45 15 35 501 37 72
Binary 10110110 1110011 10011110 0 100101 1101 11101 101000001 11111 111010

Color Harmonies of #B6739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6739E

Black with #B6739E

Text Example


Text Example

White with #B6739E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6739E; }

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

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

background-color css

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

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

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

border-color css

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

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

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