Html Css Color HEX #B47B96 Bouquet

📋 copy color: '#B47B96'

red 180 ◦ green 123 ◦ blue 150

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

Shades of Bouquet #B47B96

Tints of Bouquet #B47B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 39.74%
G = 27.15%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B47B96 (or 0xB47B96) is known color: Bouquet. HEX triplet: B4, 7B and 96. RGB value is (180,123,150). Sum of RGB (Red+Green+Blue) = 180+123+150=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B96 is #4B8469. Grayscale: #8F8F8F. Windows color (decimal): -4949098 or 9862068. OLE color: 9862068.

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

Color convert

RGB 180 123 150 -
CMYK 0 0.32 0.17 0.29
HSL 331.58º 0.28% 0.59% -
HSV(B) 331.58º 0.32% 0.71% -
XYZ 31.41 26.07 32.23 -
YUV 143.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 180 123 150 0 0.32 0.17 0.29 331.58 0.28 0.59
Hex B4 7B 96 0 20 11 1D 14C 1C 3B
Octal 264 173 226 0 40 21 35 514 34 73
Binary 10110100 1111011 10010110 0 100000 10001 11101 101001100 11100 111011

Color Harmonies of #B47B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B96

Black with #B47B96

Text Example


Text Example

White with #B47B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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