Html Css Color HEX #B47F9F Bouquet

📋 copy color: '#B47F9F'

red 180 ◦ green 127 ◦ blue 159

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

Shades of Bouquet #B47F9F

Tints of Bouquet #B47F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 27.25%

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 38.63%
G = 27.25%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B47F9F (or 0xB47F9F) is known color: Bouquet. HEX triplet: B4, 7F and 9F. RGB value is (180,127,159). Sum of RGB (Red+Green+Blue) = 180+127+159=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F9F is #4B8060. Grayscale: #929292. Windows color (decimal): -4948065 or 10452916. OLE color: 10452916.

HSL color Cylindrical-coordinate representation of color #B47F9F: hue angle of 323.77º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B47F9F is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 127 159 -
CMYK 0 0.29 0.12 0.29
HSL 323.77º 0.26% 0.6% -
HSV(B) 323.77º 0.29% 0.71% -
XYZ 32.67 27.39 36.36 -
YUV 146.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 180 127 159 0 0.29 0.12 0.29 323.77 0.26 0.6
Hex B4 7F 9F 0 1D C 1D 144 1A 3C
Octal 264 177 237 0 35 14 35 504 32 74
Binary 10110100 1111111 10011111 0 11101 1100 11101 101000100 11010 111100

Color Harmonies of #B47F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F9F

Black with #B47F9F

Text Example


Text Example

White with #B47F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F9F; }

 p { color: rgb(180,127,159); }

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

background-color css

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

 a { background-color: rgb(180,127,159); }

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

border-color css

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

 span { border-color: rgb(180,127,159); }

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