Html Css Color HEX #B46699 Bouquet

📋 copy color: '#B46699'

red 180 ◦ green 102 ◦ blue 153

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

Shades of Bouquet #B46699

Tints of Bouquet #B46699

RGB

 RED value IS 180 (70.7% from 255) = 41.38%

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

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

R = 41.38%
G = 23.45%
B = 35.17%

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

#B46699 (or 0xB46699) is known color: Bouquet. HEX triplet: B4, 66 and 99. RGB value is (180,102,153). Sum of RGB (Red+Green+Blue) = 180+102+153=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B46699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46699 is #4B9966. Grayscale: #838383. Windows color (decimal): -4954471 or 10053300. OLE color: 10053300.

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

Color convert

RGB 180 102 153 -
CMYK 0 0.43 0.15 0.29
HSL 320.77º 0.34% 0.55% -
HSV(B) 320.77º 0.43% 0.71% -
XYZ 29.32 21.51 32.74 -
YUV 131.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 180 102 153 0 0.43 0.15 0.29 320.77 0.34 0.55
Hex B4 66 99 0 2B F 1D 141 22 37
Octal 264 146 231 0 53 17 35 501 42 67
Binary 10110100 1100110 10011001 0 101011 1111 11101 101000001 100010 110111

Color Harmonies of #B46699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46699

Black with #B46699

Text Example


Text Example

White with #B46699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46699; }

 p { color: rgb(180,102,153); }

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

background-color css

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

 a { background-color: rgb(180,102,153); }

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

border-color css

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

 span { border-color: rgb(180,102,153); }

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