Html Css Color HEX #B47997 Bouquet

📋 copy color: '#B47997'

red 180 ◦ green 121 ◦ blue 151

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

Shades of Bouquet #B47997

Tints of Bouquet #B47997

RGB

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

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

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

R = 39.82%
G = 26.77%
B = 33.41%

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

#B47997 (or 0xB47997) is known color: Bouquet. HEX triplet: B4, 79 and 97. RGB value is (180,121,151). Sum of RGB (Red+Green+Blue) = 180+121+151=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B47997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47997 is #4B8668. Grayscale: #8E8E8E. Windows color (decimal): -4949609 or 9927092. OLE color: 9927092.

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

Color convert

RGB 180 121 151 -
CMYK 0 0.33 0.16 0.29
HSL 329.49º 0.28% 0.59% -
HSV(B) 329.49º 0.33% 0.71% -
XYZ 31.25 25.61 32.58 -
YUV 142.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 180 121 151 0 0.33 0.16 0.29 329.49 0.28 0.59
Hex B4 79 97 0 21 10 1D 149 1C 3B
Octal 264 171 227 0 41 20 35 511 34 73
Binary 10110100 1111001 10010111 0 100001 10000 11101 101001001 11100 111011

Color Harmonies of #B47997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47997

Black with #B47997

Text Example


Text Example

White with #B47997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47997; }

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

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

background-color css

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

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

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

border-color css

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

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

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