Html Css Color HEX #B47995 Bouquet

📋 copy color: '#B47995'

red 180 ◦ green 121 ◦ blue 149

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

Shades of Bouquet #B47995

Tints of Bouquet #B47995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.89%

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 40%
G = 26.89%
B = 33.11%

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

#B47995 (or 0xB47995) is known color: Bouquet. HEX triplet: B4, 79 and 95. RGB value is (180,121,149). Sum of RGB (Red+Green+Blue) = 180+121+149=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B47995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47995 is #4B866A. Grayscale: #8D8D8D. Windows color (decimal): -4949611 or 9796020. OLE color: 9796020.

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

Color convert

RGB 180 121 149 -
CMYK 0 0.33 0.17 0.29
HSL 331.53º 0.28% 0.59% -
HSV(B) 331.53º 0.33% 0.71% -
XYZ 31.08 25.55 31.73 -
YUV 141.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 180 121 149 0 0.33 0.17 0.29 331.53 0.28 0.59
Hex B4 79 95 0 21 11 1D 14C 1C 3B
Octal 264 171 225 0 41 21 35 514 34 73
Binary 10110100 1111001 10010101 0 100001 10001 11101 101001100 11100 111011

Color Harmonies of #B47995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47995

Black with #B47995

Text Example


Text Example

White with #B47995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47995; }

 p { color: rgb(180,121,149); }

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

background-color css

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

 a { background-color: rgb(180,121,149); }

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

border-color css

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

 span { border-color: rgb(180,121,149); }

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