Html Css Color HEX #B47798 Bouquet

📋 copy color: '#B47798'

red 180 ◦ green 119 ◦ blue 152

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

Shades of Bouquet #B47798

Tints of Bouquet #B47798

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.39%

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

R = 39.91%
G = 26.39%
B = 33.7%

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

#B47798 (or 0xB47798) is known color: Bouquet. HEX triplet: B4, 77 and 98. RGB value is (180,119,152). Sum of RGB (Red+Green+Blue) = 180+119+152=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B47798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47798 is #4B8867. Grayscale: #8C8C8C. Windows color (decimal): -4950120 or 9992116. OLE color: 9992116.

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

Color convert

RGB 180 119 152 -
CMYK 0 0.34 0.16 0.29
HSL 327.54º 0.29% 0.59% -
HSV(B) 327.54º 0.34% 0.71% -
XYZ 31.09 25.16 32.92 -
YUV 141 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 180 119 152 0 0.34 0.16 0.29 327.54 0.29 0.59
Hex B4 77 98 0 22 10 1D 148 1D 3B
Octal 264 167 230 0 42 20 35 510 35 73
Binary 10110100 1110111 10011000 0 100010 10000 11101 101001000 11101 111011

Color Harmonies of #B47798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47798

Black with #B47798

Text Example


Text Example

White with #B47798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47798; }

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

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

background-color css

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

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

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

border-color css

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

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

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