Html Css Color HEX #B67699 Bouquet

📋 copy color: '#B67699'

red 182 ◦ green 118 ◦ blue 153

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

Shades of Bouquet #B67699

Tints of Bouquet #B67699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.05%

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 40.18%
G = 26.05%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B67699 (or 0xB67699) is known color: Bouquet. HEX triplet: B6, 76 and 99. RGB value is (182,118,153). Sum of RGB (Red+Green+Blue) = 182+118+153=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B67699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67699 is #498966. Grayscale: #8D8D8D. Windows color (decimal): -4819303 or 10057398. OLE color: 10057398.

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

Color convert

RGB 182 118 153 -
CMYK 0 0.35 0.16 0.29
HSL 327.19º 0.3% 0.59% -
HSV(B) 327.19º 0.35% 0.71% -
XYZ 31.52 25.2 33.34 -
YUV 141.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 182 118 153 0 0.35 0.16 0.29 327.19 0.3 0.59
Hex B6 76 99 0 23 10 1D 147 1E 3B
Octal 266 166 231 0 43 20 35 507 36 73
Binary 10110110 1110110 10011001 0 100011 10000 11101 101000111 11110 111011

Color Harmonies of #B67699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67699

Black with #B67699

Text Example


Text Example

White with #B67699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67699; }

 p { color: rgb(182,118,153); }

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

background-color css

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

 a { background-color: rgb(182,118,153); }

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

border-color css

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

 span { border-color: rgb(182,118,153); }

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