Html Css Color HEX #B16995 Bouquet

📋 copy color: '#B16995'

red 177 ◦ green 105 ◦ blue 149

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

Shades of Bouquet #B16995

Tints of Bouquet #B16995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.36%

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

R = 41.07%
G = 24.36%
B = 34.57%

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

#B16995 (or 0xB16995) is known color: Bouquet. HEX triplet: B1, 69 and 95. RGB value is (177,105,149). Sum of RGB (Red+Green+Blue) = 177+105+149=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B16995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16995 is #4E966A. Grayscale: #838383. Windows color (decimal): -5150315 or 9791921. OLE color: 9791921.

HSL color Cylindrical-coordinate representation of color #B16995: hue angle of 323.33º 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 #B16995 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 105 149 -
CMYK 0 0.41 0.16 0.31
HSL 323.33º 0.32% 0.55% -
HSV(B) 323.33º 0.41% 0.69% -
XYZ 28.61 21.62 31.1 -
YUV 131.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 177 105 149 0 0.41 0.16 0.31 323.33 0.32 0.55
Hex B1 69 95 0 29 10 1F 143 20 37
Octal 261 151 225 0 51 20 37 503 40 67
Binary 10110001 1101001 10010101 0 101001 10000 11111 101000011 100000 110111

Color Harmonies of #B16995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16995

Black with #B16995

Text Example


Text Example

White with #B16995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16995; }

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

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

background-color css

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

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

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

border-color css

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

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

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