Html Css Color HEX #B16895 Bouquet

📋 copy color: '#B16895'

red 177 ◦ green 104 ◦ blue 149

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

Shades of Bouquet #B16895

Tints of Bouquet #B16895

RGB

 RED value IS 177 (69.53% from 255) = 41.16%

 GREEN value IS 104 (41.02% from 255) = 24.19%

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

R = 41.16%
G = 24.19%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B16895 (or 0xB16895) is known color: Bouquet. HEX triplet: B1, 68 and 95. RGB value is (177,104,149). Sum of RGB (Red+Green+Blue) = 177+104+149=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B16895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16895 is #4E976A. Grayscale: #828282. Windows color (decimal): -5150571 or 9791665. OLE color: 9791665.

HSL color Cylindrical-coordinate representation of color #B16895: hue angle of 323.01º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16895 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 104 149 -
CMYK 0 0.41 0.16 0.31
HSL 323.01º 0.32% 0.55% -
HSV(B) 323.01º 0.41% 0.69% -
XYZ 28.51 21.42 31.07 -
YUV 130.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 177 104 149 0 0.41 0.16 0.31 323.01 0.32 0.55
Hex B1 68 95 0 29 10 1F 143 20 37
Octal 261 150 225 0 51 20 37 503 40 67
Binary 10110001 1101000 10010101 0 101001 10000 11111 101000011 100000 110111

Color Harmonies of #B16895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16895

Black with #B16895

Text Example


Text Example

White with #B16895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16895; }

 p { color: rgb(177,104,149); }

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

background-color css

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

 a { background-color: rgb(177,104,149); }

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

border-color css

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

 span { border-color: rgb(177,104,149); }

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