Html Css Color HEX #B47497 Bouquet

📋 copy color: '#B47497'

red 180 ◦ green 116 ◦ blue 151

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

Shades of Bouquet #B47497

Tints of Bouquet #B47497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.95%

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

R = 40.27%
G = 25.95%
B = 33.78%

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

#B47497 (or 0xB47497) is known color: Bouquet. HEX triplet: B4, 74 and 97. RGB value is (180,116,151). Sum of RGB (Red+Green+Blue) = 180+116+151=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47497 is #4B8B68. Grayscale: #8B8B8B. Windows color (decimal): -4950889 or 9925812. OLE color: 9925812.

HSL color Cylindrical-coordinate representation of color #B47497: hue angle of 327.19º 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 #B47497 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 151 -
CMYK 0 0.36 0.16 0.29
HSL 327.19º 0.3% 0.58% -
HSV(B) 327.19º 0.36% 0.71% -
XYZ 30.65 24.43 32.38 -
YUV 139.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 180 116 151 0 0.36 0.16 0.29 327.19 0.3 0.58
Hex B4 74 97 0 24 10 1D 147 1E 3A
Octal 264 164 227 0 44 20 35 507 36 72
Binary 10110100 1110100 10010111 0 100100 10000 11101 101000111 11110 111010

Color Harmonies of #B47497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47497

Black with #B47497

Text Example


Text Example

White with #B47497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47497; }

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

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

background-color css

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

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

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

border-color css

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

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

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