Html Css Color HEX #B6679B Bouquet

📋 copy color: '#B6679B'

red 182 ◦ green 103 ◦ blue 155

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

Shades of Bouquet #B6679B

Tints of Bouquet #B6679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.41%

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

R = 41.36%
G = 23.41%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6679B (or 0xB6679B) is known color: Bouquet. HEX triplet: B6, 67 and 9B. RGB value is (182,103,155). Sum of RGB (Red+Green+Blue) = 182+103+155=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6679B is #499864. Grayscale: #848484. Windows color (decimal): -4823141 or 10184630. OLE color: 10184630.

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

Color convert

RGB 182 103 155 -
CMYK 0 0.43 0.15 0.29
HSL 320.51º 0.35% 0.56% -
HSV(B) 320.51º 0.43% 0.71% -
XYZ 30.06 22.01 33.67 -
YUV 132.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 182 103 155 0 0.43 0.15 0.29 320.51 0.35 0.56
Hex B6 67 9B 0 2B F 1D 141 23 38
Octal 266 147 233 0 53 17 35 501 43 70
Binary 10110110 1100111 10011011 0 101011 1111 11101 101000001 100011 111000

Color Harmonies of #B6679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6679B

Black with #B6679B

Text Example


Text Example

White with #B6679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6679B; }

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

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

background-color css

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

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

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

border-color css

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

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

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