Html Css Color HEX #B6749B Bouquet

📋 copy color: '#B6749B'

red 182 ◦ green 116 ◦ blue 155

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

Shades of Bouquet #B6749B

Tints of Bouquet #B6749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.61%

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

R = 40.18%
G = 25.61%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6749B (or 0xB6749B) is known color: Bouquet. HEX triplet: B6, 74 and 9B. RGB value is (182,116,155). Sum of RGB (Red+Green+Blue) = 182+116+155=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6749B is #498B64. Grayscale: #8C8C8C. Windows color (decimal): -4819813 or 10187958. OLE color: 10187958.

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

Color convert

RGB 182 116 155 -
CMYK 0 0.36 0.15 0.29
HSL 324.55º 0.31% 0.58% -
HSV(B) 324.55º 0.36% 0.71% -
XYZ 31.45 24.8 34.14 -
YUV 140.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 182 116 155 0 0.36 0.15 0.29 324.55 0.31 0.58
Hex B6 74 9B 0 24 F 1D 145 1F 3A
Octal 266 164 233 0 44 17 35 505 37 72
Binary 10110110 1110100 10011011 0 100100 1111 11101 101000101 11111 111010

Color Harmonies of #B6749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6749B

Black with #B6749B

Text Example


Text Example

White with #B6749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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