Html Css Color HEX #B6699A Bouquet

📋 copy color: '#B6699A'

red 182 ◦ green 105 ◦ blue 154

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

Shades of Bouquet #B6699A

Tints of Bouquet #B6699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.81%

 BLUE value IS 154 (60.55% from 255) = 34.92%

R = 41.27%
G = 23.81%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6699A (or 0xB6699A) is known color: Bouquet. HEX triplet: B6, 69 and 9A. RGB value is (182,105,154). Sum of RGB (Red+Green+Blue) = 182+105+154=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6699A is #499665. Grayscale: #858585. Windows color (decimal): -4822630 or 10119606. OLE color: 10119606.

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

Color convert

RGB 182 105 154 -
CMYK 0 0.42 0.15 0.29
HSL 321.82º 0.35% 0.56% -
HSV(B) 321.82º 0.42% 0.71% -
XYZ 30.18 22.38 33.3 -
YUV 133.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 182 105 154 0 0.42 0.15 0.29 321.82 0.35 0.56
Hex B6 69 9A 0 2A F 1D 142 23 38
Octal 266 151 232 0 52 17 35 502 43 70
Binary 10110110 1101001 10011010 0 101010 1111 11101 101000010 100011 111000

Color Harmonies of #B6699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6699A

Black with #B6699A

Text Example


Text Example

White with #B6699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6699A; }

 p { color: rgb(182,105,154); }

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

background-color css

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

 a { background-color: rgb(182,105,154); }

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

border-color css

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

 span { border-color: rgb(182,105,154); }

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