Html Css Color HEX #B46899 Bouquet

📋 copy color: '#B46899'

red 180 ◦ green 104 ◦ blue 153

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

Shades of Bouquet #B46899

Tints of Bouquet #B46899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.8%

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

R = 41.19%
G = 23.8%
B = 35.01%

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

#B46899 (or 0xB46899) is known color: Bouquet. HEX triplet: B4, 68 and 99. RGB value is (180,104,153). Sum of RGB (Red+Green+Blue) = 180+104+153=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B46899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46899 is #4B9766. Grayscale: #848484. Windows color (decimal): -4953959 or 10053812. OLE color: 10053812.

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

Color convert

RGB 180 104 153 -
CMYK 0 0.42 0.15 0.29
HSL 321.32º 0.34% 0.56% -
HSV(B) 321.32º 0.42% 0.71% -
XYZ 29.52 21.9 32.81 -
YUV 132.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 180 104 153 0 0.42 0.15 0.29 321.32 0.34 0.56
Hex B4 68 99 0 2A F 1D 141 22 38
Octal 264 150 231 0 52 17 35 501 42 70
Binary 10110100 1101000 10011001 0 101010 1111 11101 101000001 100010 111000

Color Harmonies of #B46899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46899

Black with #B46899

Text Example


Text Example

White with #B46899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46899; }

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

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

background-color css

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

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

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

border-color css

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

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

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