Html Css Color HEX #B47398 Bouquet

📋 copy color: '#B47398'

red 180 ◦ green 115 ◦ blue 152

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

Shades of Bouquet #B47398

Tints of Bouquet #B47398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

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

R = 40.27%
G = 25.73%
B = 34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B47398 (or 0xB47398) is known color: Bouquet. HEX triplet: B4, 73 and 98. RGB value is (180,115,152). Sum of RGB (Red+Green+Blue) = 180+115+152=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47398 is #4B8C67. Grayscale: #8A8A8A. Windows color (decimal): -4951144 or 9991092. OLE color: 9991092.

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

Color convert

RGB 180 115 152 -
CMYK 0 0.36 0.16 0.29
HSL 325.85º 0.3% 0.58% -
HSV(B) 325.85º 0.36% 0.71% -
XYZ 30.62 24.23 32.77 -
YUV 138.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 180 115 152 0 0.36 0.16 0.29 325.85 0.3 0.58
Hex B4 73 98 0 24 10 1D 146 1E 3A
Octal 264 163 230 0 44 20 35 506 36 72
Binary 10110100 1110011 10011000 0 100100 10000 11101 101000110 11110 111010

Color Harmonies of #B47398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47398

Black with #B47398

Text Example


Text Example

White with #B47398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47398; }

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

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

background-color css

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

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

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

border-color css

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

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

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