Html Css Color HEX #B6689B Bouquet

📋 copy color: '#B6689B'

red 182 ◦ green 104 ◦ blue 155

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

Shades of Bouquet #B6689B

Tints of Bouquet #B6689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.58%

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

R = 41.27%
G = 23.58%
B = 35.15%

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

#B6689B (or 0xB6689B) is known color: Bouquet. HEX triplet: B6, 68 and 9B. RGB value is (182,104,155). Sum of RGB (Red+Green+Blue) = 182+104+155=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6689B is #499764. Grayscale: #858585. Windows color (decimal): -4822885 or 10184886. OLE color: 10184886.

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

Color convert

RGB 182 104 155 -
CMYK 0 0.43 0.15 0.29
HSL 320.77º 0.35% 0.56% -
HSV(B) 320.77º 0.43% 0.71% -
XYZ 30.16 22.21 33.71 -
YUV 133.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 182 104 155 0 0.43 0.15 0.29 320.77 0.35 0.56
Hex B6 68 9B 0 2B F 1D 141 23 38
Octal 266 150 233 0 53 17 35 501 43 70
Binary 10110110 1101000 10011011 0 101011 1111 11101 101000001 100011 111000

Color Harmonies of #B6689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6689B

Black with #B6689B

Text Example


Text Example

White with #B6689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6689B; }

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

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

background-color css

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

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

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

border-color css

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

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

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