Html Css Color HEX #B66698 Bouquet

📋 copy color: '#B66698'

red 182 ◦ green 102 ◦ blue 152

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

Shades of Bouquet #B66698

Tints of Bouquet #B66698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.86%

R = 41.74%
G = 23.39%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B66698 (or 0xB66698) is known color: Bouquet. HEX triplet: B6, 66 and 98. RGB value is (182,102,152). Sum of RGB (Red+Green+Blue) = 182+102+152=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B66698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66698 is #499967. Grayscale: #838383. Windows color (decimal): -4823400 or 9987766. OLE color: 9987766.

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

Color convert

RGB 182 102 152 -
CMYK 0 0.44 0.16 0.29
HSL 322.5º 0.35% 0.56% -
HSV(B) 322.5º 0.44% 0.71% -
XYZ 29.71 21.71 32.33 -
YUV 131.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 182 102 152 0 0.44 0.16 0.29 322.5 0.35 0.56
Hex B6 66 98 0 2C 10 1D 142 23 38
Octal 266 146 230 0 54 20 35 502 43 70
Binary 10110110 1100110 10011000 0 101100 10000 11101 101000010 100011 111000

Color Harmonies of #B66698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66698

Black with #B66698

Text Example


Text Example

White with #B66698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66698; }

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

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

background-color css

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

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

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

border-color css

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

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

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