Html Css Color HEX #B16397 Bouquet

📋 copy color: '#B16397'

red 177 ◦ green 99 ◦ blue 151

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

Shades of Bouquet #B16397

Tints of Bouquet #B16397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.19%

 BLUE value IS 151 (59.38% from 255) = 35.36%

R = 41.45%
G = 23.19%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B16397 (or 0xB16397) is known color: Bouquet. HEX triplet: B1, 63 and 97. RGB value is (177,99,151). Sum of RGB (Red+Green+Blue) = 177+99+151=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B16397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16397 is #4E9C68. Grayscale: #808080. Windows color (decimal): -5151849 or 9921457. OLE color: 9921457.

HSL color Cylindrical-coordinate representation of color #B16397: hue angle of 320º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16397 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 99 151 -
CMYK 0 0.44 0.15 0.31
HSL 320º 0.33% 0.54% -
HSV(B) 320º 0.44% 0.69% -
XYZ 28.18 20.51 31.75 -
YUV 128.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 177 99 151 0 0.44 0.15 0.31 320 0.33 0.54
Hex B1 63 97 0 2C F 1F 140 21 36
Octal 261 143 227 0 54 17 37 500 41 66
Binary 10110001 1100011 10010111 0 101100 1111 11111 101000000 100001 110110

Color Harmonies of #B16397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16397

Black with #B16397

Text Example


Text Example

White with #B16397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16397; }

 p { color: rgb(177,99,151); }

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

background-color css

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

 a { background-color: rgb(177,99,151); }

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

border-color css

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

 span { border-color: rgb(177,99,151); }

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