Html Css Color HEX #B47796 Bouquet

📋 copy color: '#B47796'

red 180 ◦ green 119 ◦ blue 150

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

Shades of Bouquet #B47796

Tints of Bouquet #B47796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

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

R = 40.09%
G = 26.5%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B47796 (or 0xB47796) is known color: Bouquet. HEX triplet: B4, 77 and 96. RGB value is (180,119,150). Sum of RGB (Red+Green+Blue) = 180+119+150=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B47796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47796 is #4B8869. Grayscale: #8C8C8C. Windows color (decimal): -4950122 or 9861044. OLE color: 9861044.

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

Color convert

RGB 180 119 150 -
CMYK 0 0.34 0.17 0.29
HSL 329.51º 0.29% 0.59% -
HSV(B) 329.51º 0.34% 0.71% -
XYZ 30.92 25.1 32.07 -
YUV 140.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 180 119 150 0 0.34 0.17 0.29 329.51 0.29 0.59
Hex B4 77 96 0 22 11 1D 14A 1D 3B
Octal 264 167 226 0 42 21 35 512 35 73
Binary 10110100 1110111 10010110 0 100010 10001 11101 101001010 11101 111011

Color Harmonies of #B47796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47796

Black with #B47796

Text Example


Text Example

White with #B47796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47796; }

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

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

background-color css

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

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

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

border-color css

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

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

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