Html Css Color HEX #B46999 Bouquet

📋 copy color: '#B46999'

red 180 ◦ green 105 ◦ blue 153

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

Shades of Bouquet #B46999

Tints of Bouquet #B46999

RGB

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

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

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

R = 41.1%
G = 23.97%
B = 34.93%

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

#B46999 (or 0xB46999) is known color: Bouquet. HEX triplet: B4, 69 and 99. RGB value is (180,105,153). Sum of RGB (Red+Green+Blue) = 180+105+153=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B46999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46999 is #4B9666. Grayscale: #848484. Windows color (decimal): -4953703 or 10054068. OLE color: 10054068.

HSL color Cylindrical-coordinate representation of color #B46999: hue angle of 321.6º degrees, saturation: 0.33, 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 #B46999 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 153 -
CMYK 0 0.42 0.15 0.29
HSL 321.6º 0.33% 0.56% -
HSV(B) 321.6º 0.42% 0.71% -
XYZ 29.62 22.11 32.84 -
YUV 132.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 180 105 153 0 0.42 0.15 0.29 321.6 0.33 0.56
Hex B4 69 99 0 2A F 1D 142 21 38
Octal 264 151 231 0 52 17 35 502 41 70
Binary 10110100 1101001 10011001 0 101010 1111 11101 101000010 100001 111000

Color Harmonies of #B46999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46999

Black with #B46999

Text Example


Text Example

White with #B46999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46999; }

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

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

background-color css

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

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

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

border-color css

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

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

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