Html Css Color HEX #B47B9F Bouquet

📋 copy color: '#B47B9F'

red 180 ◦ green 123 ◦ blue 159

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

Shades of Bouquet #B47B9F

Tints of Bouquet #B47B9F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.62%

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

R = 38.96%
G = 26.62%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B47B9F (or 0xB47B9F) is known color: Bouquet. HEX triplet: B4, 7B and 9F. RGB value is (180,123,159). Sum of RGB (Red+Green+Blue) = 180+123+159=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B9F is #4B8460. Grayscale: #909090. Windows color (decimal): -4949089 or 10451892. OLE color: 10451892.

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

Color convert

RGB 180 123 159 -
CMYK 0 0.32 0.12 0.29
HSL 322.11º 0.28% 0.59% -
HSV(B) 322.11º 0.32% 0.71% -
XYZ 32.16 26.37 36.2 -
YUV 144.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 180 123 159 0 0.32 0.12 0.29 322.11 0.28 0.59
Hex B4 7B 9F 0 20 C 1D 142 1C 3B
Octal 264 173 237 0 40 14 35 502 34 73
Binary 10110100 1111011 10011111 0 100000 1100 11101 101000010 11100 111011

Color Harmonies of #B47B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B9F

Black with #B47B9F

Text Example


Text Example

White with #B47B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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