Html Css Color HEX #B46998 Bouquet

📋 copy color: '#B46998'

red 180 ◦ green 105 ◦ blue 152

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

Shades of Bouquet #B46998

Tints of Bouquet #B46998

RGB

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

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

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

R = 41.19%
G = 24.03%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B46998 (or 0xB46998) is known color: Bouquet. HEX triplet: B4, 69 and 98. RGB value is (180,105,152). Sum of RGB (Red+Green+Blue) = 180+105+152=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B46998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46998 is #4B9667. Grayscale: #848484. Windows color (decimal): -4953704 or 9988532. OLE color: 9988532.

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

Color convert

RGB 180 105 152 -
CMYK 0 0.42 0.16 0.29
HSL 322.4º 0.33% 0.56% -
HSV(B) 322.4º 0.42% 0.71% -
XYZ 29.54 22.07 32.41 -
YUV 132.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 180 105 152 0 0.42 0.16 0.29 322.4 0.33 0.56
Hex B4 69 98 0 2A 10 1D 142 21 38
Octal 264 151 230 0 52 20 35 502 41 70
Binary 10110100 1101001 10011000 0 101010 10000 11101 101000010 100001 111000

Color Harmonies of #B46998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46998

Black with #B46998

Text Example


Text Example

White with #B46998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46998; }

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

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

background-color css

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

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

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

border-color css

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

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

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