Html Css Color HEX #B6669E Bouquet

📋 copy color: '#B6669E'

red 182 ◦ green 102 ◦ blue 158

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

Shades of Bouquet #B6669E

Tints of Bouquet #B6669E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.08%

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

R = 41.18%
G = 23.08%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6669E (or 0xB6669E) is known color: Bouquet. HEX triplet: B6, 66 and 9E. RGB value is (182,102,158). Sum of RGB (Red+Green+Blue) = 182+102+158=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6669E is #499961. Grayscale: #848484. Windows color (decimal): -4823394 or 10380982. OLE color: 10380982.

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

Color convert

RGB 182 102 158 -
CMYK 0 0.44 0.13 0.29
HSL 318º 0.35% 0.56% -
HSV(B) 318º 0.44% 0.71% -
XYZ 30.21 21.92 34.99 -
YUV 132.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 182 102 158 0 0.44 0.13 0.29 318 0.35 0.56
Hex B6 66 9E 0 2C D 1D 13E 23 38
Octal 266 146 236 0 54 15 35 476 43 70
Binary 10110110 1100110 10011110 0 101100 1101 11101 100111110 100011 111000

Color Harmonies of #B6669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6669E

Black with #B6669E

Text Example


Text Example

White with #B6669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6669E; }

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

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

background-color css

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

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

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

border-color css

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

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

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