Html Css Color HEX #B47998 Bouquet

📋 copy color: '#B47998'

red 180 ◦ green 121 ◦ blue 152

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

Shades of Bouquet #B47998

Tints of Bouquet #B47998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.71%

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

R = 39.74%
G = 26.71%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B47998 (or 0xB47998) is known color: Bouquet. HEX triplet: B4, 79 and 98. RGB value is (180,121,152). Sum of RGB (Red+Green+Blue) = 180+121+152=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B47998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47998 is #4B8667. Grayscale: #8E8E8E. Windows color (decimal): -4949608 or 9992628. OLE color: 9992628.

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

Color convert

RGB 180 121 152 -
CMYK 0 0.33 0.16 0.29
HSL 328.47º 0.28% 0.59% -
HSV(B) 328.47º 0.33% 0.71% -
XYZ 31.33 25.65 33 -
YUV 142.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 180 121 152 0 0.33 0.16 0.29 328.47 0.28 0.59
Hex B4 79 98 0 21 10 1D 148 1C 3B
Octal 264 171 230 0 41 20 35 510 34 73
Binary 10110100 1111001 10011000 0 100001 10000 11101 101001000 11100 111011

Color Harmonies of #B47998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47998

Black with #B47998

Text Example


Text Example

White with #B47998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47998; }

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

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

background-color css

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

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

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

border-color css

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

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

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