Html Css Color HEX #B47397 Bouquet

📋 copy color: '#B47397'

red 180 ◦ green 115 ◦ blue 151

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

Shades of Bouquet #B47397

Tints of Bouquet #B47397

RGB

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

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

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

R = 40.36%
G = 25.78%
B = 33.86%

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

#B47397 (or 0xB47397) is known color: Bouquet. HEX triplet: B4, 73 and 97. RGB value is (180,115,151). Sum of RGB (Red+Green+Blue) = 180+115+151=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B47397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47397 is #4B8C68. Grayscale: #8A8A8A. Windows color (decimal): -4951145 or 9925556. OLE color: 9925556.

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

Color convert

RGB 180 115 151 -
CMYK 0 0.36 0.16 0.29
HSL 326.77º 0.3% 0.58% -
HSV(B) 326.77º 0.36% 0.71% -
XYZ 30.54 24.2 32.34 -
YUV 138.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 180 115 151 0 0.36 0.16 0.29 326.77 0.3 0.58
Hex B4 73 97 0 24 10 1D 147 1E 3A
Octal 264 163 227 0 44 20 35 507 36 72
Binary 10110100 1110011 10010111 0 100100 10000 11101 101000111 11110 111010

Color Harmonies of #B47397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47397

Black with #B47397

Text Example


Text Example

White with #B47397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47397; }

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

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

background-color css

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

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

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

border-color css

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

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

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