Html Css Color HEX #B46598 Bouquet

📋 copy color: '#B46598'

red 180 ◦ green 101 ◦ blue 152

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

Shades of Bouquet #B46598

Tints of Bouquet #B46598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.33%

 BLUE value IS 152 (59.77% from 255) = 35.1%

R = 41.57%
G = 23.33%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B46598 (or 0xB46598) is known color: Bouquet. HEX triplet: B4, 65 and 98. RGB value is (180,101,152). Sum of RGB (Red+Green+Blue) = 180+101+152=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B46598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46598 is #4B9A67. Grayscale: #828282. Windows color (decimal): -4954728 or 9987508. OLE color: 9987508.

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

Color convert

RGB 180 101 152 -
CMYK 0 0.44 0.16 0.29
HSL 321.27º 0.34% 0.55% -
HSV(B) 321.27º 0.44% 0.71% -
XYZ 29.14 21.28 32.28 -
YUV 130.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 180 101 152 0 0.44 0.16 0.29 321.27 0.34 0.55
Hex B4 65 98 0 2C 10 1D 141 22 37
Octal 264 145 230 0 54 20 35 501 42 67
Binary 10110100 1100101 10011000 0 101100 10000 11101 101000001 100010 110111

Color Harmonies of #B46598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46598

Black with #B46598

Text Example


Text Example

White with #B46598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46598; }

 p { color: rgb(180,101,152); }

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

background-color css

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

 a { background-color: rgb(180,101,152); }

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

border-color css

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

 span { border-color: rgb(180,101,152); }

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