Html Css Color HEX #B47698 Bouquet

📋 copy color: '#B47698'

red 180 ◦ green 118 ◦ blue 152

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

Shades of Bouquet #B47698

Tints of Bouquet #B47698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.22%

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

R = 40%
G = 26.22%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B47698 (or 0xB47698) is known color: Bouquet. HEX triplet: B4, 76 and 98. RGB value is (180,118,152). Sum of RGB (Red+Green+Blue) = 180+118+152=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B47698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47698 is #4B8967. Grayscale: #8C8C8C. Windows color (decimal): -4950376 or 9991860. OLE color: 9991860.

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

Color convert

RGB 180 118 152 -
CMYK 0 0.34 0.16 0.29
HSL 327.1º 0.29% 0.58% -
HSV(B) 327.1º 0.34% 0.71% -
XYZ 30.97 24.93 32.88 -
YUV 140.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 180 118 152 0 0.34 0.16 0.29 327.1 0.29 0.58
Hex B4 76 98 0 22 10 1D 147 1D 3A
Octal 264 166 230 0 42 20 35 507 35 72
Binary 10110100 1110110 10011000 0 100010 10000 11101 101000111 11101 111010

Color Harmonies of #B47698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47698

Black with #B47698

Text Example


Text Example

White with #B47698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47698; }

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

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

background-color css

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

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

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

border-color css

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

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

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