Html Css Color HEX #B47197 Bouquet

📋 copy color: '#B47197'

red 180 ◦ green 113 ◦ blue 151

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

Shades of Bouquet #B47197

Tints of Bouquet #B47197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

 BLUE value IS 151 (59.38% from 255) = 34.01%

R = 40.54%
G = 25.45%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B47197 (or 0xB47197) is known color: Bouquet. HEX triplet: B4, 71 and 97. RGB value is (180,113,151). Sum of RGB (Red+Green+Blue) = 180+113+151=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B47197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47197 is #4B8E68. Grayscale: #898989. Windows color (decimal): -4951657 or 9925044. OLE color: 9925044.

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

Color convert

RGB 180 113 151 -
CMYK 0 0.37 0.16 0.29
HSL 325.97º 0.31% 0.57% -
HSV(B) 325.97º 0.37% 0.71% -
XYZ 30.31 23.75 32.26 -
YUV 137.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 180 113 151 0 0.37 0.16 0.29 325.97 0.31 0.57
Hex B4 71 97 0 25 10 1D 146 1F 39
Octal 264 161 227 0 45 20 35 506 37 71
Binary 10110100 1110001 10010111 0 100101 10000 11101 101000110 11111 111001

Color Harmonies of #B47197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47197

Black with #B47197

Text Example


Text Example

White with #B47197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47197; }

 p { color: rgb(180,113,151); }

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

background-color css

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

 a { background-color: rgb(180,113,151); }

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

border-color css

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

 span { border-color: rgb(180,113,151); }

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