Html Css Color HEX #B46799 Bouquet

📋 copy color: '#B46799'

red 180 ◦ green 103 ◦ blue 153

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

Shades of Bouquet #B46799

Tints of Bouquet #B46799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.62%

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

R = 41.28%
G = 23.62%
B = 35.09%

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

#B46799 (or 0xB46799) is known color: Bouquet. HEX triplet: B4, 67 and 99. RGB value is (180,103,153). Sum of RGB (Red+Green+Blue) = 180+103+153=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B46799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46799 is #4B9866. Grayscale: #838383. Windows color (decimal): -4954215 or 10053556. OLE color: 10053556.

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

Color convert

RGB 180 103 153 -
CMYK 0 0.43 0.15 0.29
HSL 321.04º 0.34% 0.55% -
HSV(B) 321.04º 0.43% 0.71% -
XYZ 29.42 21.7 32.78 -
YUV 131.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 180 103 153 0 0.43 0.15 0.29 321.04 0.34 0.55
Hex B4 67 99 0 2B F 1D 141 22 37
Octal 264 147 231 0 53 17 35 501 42 67
Binary 10110100 1100111 10011001 0 101011 1111 11101 101000001 100010 110111

Color Harmonies of #B46799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46799

Black with #B46799

Text Example


Text Example

White with #B46799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46799; }

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

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

background-color css

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

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

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

border-color css

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

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

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