Html Css Color HEX #B47896 Bouquet

📋 copy color: '#B47896'

red 180 ◦ green 120 ◦ blue 150

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

Shades of Bouquet #B47896

Tints of Bouquet #B47896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

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

R = 40%
G = 26.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B47896 (or 0xB47896) is known color: Bouquet. HEX triplet: B4, 78 and 96. RGB value is (180,120,150). Sum of RGB (Red+Green+Blue) = 180+120+150=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B47896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47896 is #4B8769. Grayscale: #8D8D8D. Windows color (decimal): -4949866 or 9861300. OLE color: 9861300.

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

Color convert

RGB 180 120 150 -
CMYK 0 0.33 0.17 0.29
HSL 330º 0.29% 0.59% -
HSV(B) 330º 0.33% 0.71% -
XYZ 31.04 25.34 32.11 -
YUV 141.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 180 120 150 0 0.33 0.17 0.29 330 0.29 0.59
Hex B4 78 96 0 21 11 1D 14A 1D 3B
Octal 264 170 226 0 41 21 35 512 35 73
Binary 10110100 1111000 10010110 0 100001 10001 11101 101001010 11101 111011

Color Harmonies of #B47896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47896

Black with #B47896

Text Example


Text Example

White with #B47896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47896; }

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

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

background-color css

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

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

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

border-color css

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

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

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